From 0bd68e142f4ac94465187a93aec0a017575396c0 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Tue, 18 Aug 2015 16:21:10 -0600 Subject: [PATCH] Add `marko` to `Templating Engines` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20b48cb..bac01ce 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Jade](https://github.com/jadejs/jade) - Robust, elegant, feature rich template engine for nodejs. * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser +* [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. ## Data Visualization *Data visualization tools for the web.*