work.suroh.tk/node_modules/nunjucks
suroh 410082595a init 11ty commit 2019-12-02 13:22:45 +01:00
..
.github init 11ty commit 2019-12-02 13:22:45 +01:00
bin init 11ty commit 2019-12-02 13:22:45 +01:00
browser init 11ty commit 2019-12-02 13:22:45 +01:00
node_modules init 11ty commit 2019-12-02 13:22:45 +01:00
samples/express init 11ty commit 2019-12-02 13:22:45 +01:00
src init 11ty commit 2019-12-02 13:22:45 +01:00
.babelrc init 11ty commit 2019-12-02 13:22:45 +01:00
.eslintignore init 11ty commit 2019-12-02 13:22:45 +01:00
.eslintrc.js init 11ty commit 2019-12-02 13:22:45 +01:00
.gitattributes init 11ty commit 2019-12-02 13:22:45 +01:00
.travis.yml init 11ty commit 2019-12-02 13:22:45 +01:00
CHANGELOG.md init 11ty commit 2019-12-02 13:22:45 +01:00
CONTRIBUTING.md init 11ty commit 2019-12-02 13:22:45 +01:00
LICENSE init 11ty commit 2019-12-02 13:22:45 +01:00
MAINTENANCE.md init 11ty commit 2019-12-02 13:22:45 +01:00
README.md init 11ty commit 2019-12-02 13:22:45 +01:00
appveyor.yml init 11ty commit 2019-12-02 13:22:45 +01:00
bower.json init 11ty commit 2019-12-02 13:22:45 +01:00
codecov.yml init 11ty commit 2019-12-02 13:22:45 +01:00
contribute.json init 11ty commit 2019-12-02 13:22:45 +01:00
index.js init 11ty commit 2019-12-02 13:22:45 +01:00
package.json init 11ty commit 2019-12-02 13:22:45 +01:00

README.md

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)

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