conga-jade
v0.0.1
Published
Conga.js bundle which integrates the Jade template engine
Downloads
2
Readme
conga-jade
Overview
This is a bundle for the Conga.js framework which integrates the Jade Template Engine into a project.
Configuration
Example:
// config.yml
jade:
options:
self: false
locals:
debug: true
compileDebug: true
pretty: true
Usage
// @todo