@conga/framework-view-twig
Version:
Conga.js bundle which integrates the twig.js template engine
21 lines (15 loc) • 522 B
Markdown
@conga/framework-view-twig [](http://travis-ci.org/congajs/conga-view)
==========================
Overview
--------
This is a bundle for the [Conga.js](https://github.com/congajs/conga) framework which
integrates the [twig.js Template Engine](https://github.com/twigjs/twig.js) into a project.
Configuration
-------------
Example:
```yaml
twig:
options:
strict_variables: false
```
See the [documentation](./docs) for more information.