Skip to content

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

License

Notifications You must be signed in to change notification settings

mozilla/nunjucks

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2020
Mar 9, 2015
Jul 9, 2020
Nov 25, 2020
Apr 12, 2023
Jan 25, 2018
Jul 9, 2020
Apr 12, 2023
May 19, 2018
Jan 16, 2018
Jan 25, 2018
Jan 21, 2016
Jan 25, 2018
Jan 17, 2018
Apr 19, 2023
Mar 28, 2019
Mar 5, 2019
May 1, 2015
Mar 10, 2016
Dec 27, 2020
Mar 4, 2019
Feb 20, 2018
Jan 17, 2018
Mar 7, 2015
Apr 13, 2023

Nunjucks

NPM Version NPM Downloads Linux Build Windows Build Test Codecov

Nunjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2. View the docs here.

Installation

npm install nunjucks

To use the file watcher built-in to Nunjucks, Chokidar must be installed separately.

npm install nunjucks chokidar

(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.

Contributors