Skip to content
forked from mozilla/nunjucks

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

License

Notifications You must be signed in to change notification settings

Sellix/nunjucks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nunjucks

Nunjucks is a full featured templating engine for javascript. It is a direct port of the Python-powered jinja2 templating engine and aims to be feature-complete with jinja2.

It was born out of frustration with other javascript templating engines. The most popular ones either are ugly and don't abstract enough (EJS) or have too different of a syntax (Jade).

The only other project like this is jinjs, which seems to have been abandoned. The code is also not Javascript, but Coco, is difficult to work on, has bugs, and is missing features. Nunjucks hopes to be a robust, pure javascript, and easily extended port of jinja2.

Installation

npm install nunjucks

The current version is v0.1.8 (changelog).

The next version is coming very soon (around 5/15/2013) and will include some major new features, such as autoescaping and custom block tags.

Documentation

See http://nunjucks.jlongster.com/ for complete documentation.

Run all the tests at http://jlongster.github.io/nunjucks/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/jlongster/nunjucks/graphs/contributors

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 4.9%
  • Nunjucks 1.3%
  • Other 0.2%