nunjucks2
v3.0.11
Published
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) - this is a hard fork from https://github.com/mozilla/nunjucks but uses Promises, specifically bluebird.
Downloads
3
Readme
Nunjucks - But using Promises, specifically Bluebird - AKA Nunjucks2
Nunjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2. View the docs here.
Installation
npm install nunjucks
(View the CHANGELOG)
Documentation
See here.
Browser Support
Supported in all modern browsers. For IE8 support, use es5-shim.
Tests
Run the tests with npm test
.
Watch master
branch's tests running in the browser.
Mailing List
Join our mailing list and get help with and issues you have: https://groups.google.com/forum/?fromgroups#!forum/nunjucks
Want to help?
Contributions are always welcome! Before you submit an issue or pull request, please read our contribution guidelines.