Templating library in node.js similar to Jinja2 in Python?

bodacydo picture bodacydo · Aug 11, 2013 · Viewed 12.2k times · Source

What would be a node.js templating library that is similar to Jinja2 in Python?

Answer

pederOverland picture pederOverland · Aug 19, 2013

http://nunjucks.jlongster.com/

Nunjucks is basically a JS port of Jinja2