Merge pull request #177 from patrick-steele-idem/marko

Add `marko` to `Templating Engines`
This commit is contained in:
Huei Tan
2015-08-19 10:43:31 +08:00

View File

@@ -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. * [Jade](https://github.com/jadejs/jade) - Robust, elegant, feature rich template engine for nodejs.
* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating.
* [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [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
*Data visualization tools for the web.* *Data visualization tools for the web.*