Govjucks is a fork of Nunjucks, a full featured templating engine for javascript. It is heavily inspired by jinja2.
npm install govjucks
To use the file watcher built-in to Govjucks, Chokidar must be installed separately.
npm install govjucks chokidar
Run the tests with npm test.