conga-twig
v0.0.5
Published
Conga.js bundle which integrates the twig.js template engine
Downloads
2
Maintainers
Readme
conga-twig
Overview
This is a bundle for the Conga.js framework which integrates the twig.js Template Engine into a project.
Configuration
Example:
// config.yml
twig:
options:
strict_variables: false
Usage
// @todo