From 3a77f495c77ce760fe5fd763c5051bd7c6ae8263 Mon Sep 17 00:00:00 2001 From: Jichao Ouyang Date: Sat, 26 Jan 2019 04:15:47 +1000 Subject: [PATCH] Add Nunjucks as a Templating Engine (#213) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf89b21..ca0a74e 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [mustache.js](https://github.com/janl/mustache.js) - Minimal templating with {{mustaches}} in JavaScript. * [handlebars.js](https://github.com/wycats/handlebars.js/) - An extension to the Mustache templating language. +* [nunjucks](https://mozilla.github.io/nunjucks/) - A rich and powerful templating language for JavaScript from Mozilla. * [hogan.js](https://github.com/twitter/hogan.js) - A compiler for the Mustache templating language. * [doT](https://github.com/olado/doT) - The fastest + concise javascript template engine for nodejs and browsers. * [dustjs](https://github.com/linkedin/dustjs/) - Asynchronous templates for the browser and node.js.