UNPKG

1.06 kBMarkdownView Raw
1# Nunjucks
2
3[Nunjucks](https://mozilla.github.io/nunjucks/) is a full featured
4templating engine for javascript. It is heavily inspired by
5[jinja2](http://jinja.pocoo.org/). View the docs
6[here](https://mozilla.github.io/nunjucks/).
7
8## Installation
9
10`npm install nunjucks`
11
12(View the [CHANGELOG](https://github.com/mozilla/nunjucks/releases))
13
14## Documentation
15
16See [here](https://mozilla.github.io/nunjucks/).
17
18## Browser Support
19
20Supported in all modern browsers. For IE8 support, use [es5-shim](https://github.com/es-shims/es5-shim).
21
22## Tests
23
24Run the tests with `npm test`.
25
26Watch `master` branch's [tests running in the browser](https://mozilla.github.io/nunjucks/files/tests/browser/).
27
28## Mailing List
29
30Join our mailing list and get help with and issues you have:
31https://groups.google.com/forum/?fromgroups#!forum/nunjucks
32
33## Want to help?
34
35Contributions are always welcome! Before you submit an issue or pull request, please read our [contribution guidelines](CONTRIBUTING.md).
36
37[Contributors](https://github.com/mozilla/nunjucks/graphs/contributors)