MaxKramnik / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

Home Page:http://mozilla.github.io/nunjucks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nunjucks

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)

Note: 1.0 was just pushed out, so if you are currently using nunjucks read the CHANGELOG. Especially important: the client-side browser filenames have changed. Read here.

Documentation

See here.

Tests

Run the tests with make test.

Watch master branch's tests running at http://mozilla.github.io/nunjucks/files/tests/browser/.

Mailing List

Join our mailing list and get help with and issues you have: https://groups.google.com/forum/?fromgroups#!forum/nunjucks

Contributors

https://github.com/mozilla/nunjucks/graphs/contributors

About

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

http://mozilla.github.io/nunjucks/

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 96.8%Language:HTML 2.4%Language:CSS 0.5%Language:Shell 0.2%Language:Python 0.1%Language:Makefile 0.0%