@conga/framework-view-twig [![Build Status](https://secure.travis-ci.org/congajs/conga-view.png)](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.