nunjucks

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

nunjucks downloads nunjucks version nunjucks license

nunjucksSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on nunjucks's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of nunjucks](https://npm-compare.com/img/npm-trend/THREE_YEARS/nunjucks.png)](https://npm-compare.com/nunjucks#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 Show GitHub stars trend chart on nunjucks's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of nunjucks](https://npm-compare.com/img/github-trend/nunjucks.png)](https://npm-compare.com/nunjucks)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
nunjucks2,243,7608,9071.77 MB3543 years agoBSD-2-Clause

README for nunjucks

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