Tutorial by Examples

Server-side engine with block inheritance, autoescaping, macros, asynchronous control, and more. Heavily inspired by jinja2, very similar to Twig (php). Docs - http://mozilla.github.io/nunjucks/ Install - npm i nunjucks Basic usage with Express below. app.js var express = require ('express'); ...

Page 1 of 1