From 8c834caa5c58d6a09aaa0ad174a1db5987abf68b Mon Sep 17 00:00:00 2001 From: ericvasconcelos Date: Thu, 11 Jun 2015 13:38:50 -0300 Subject: [PATCH] Added EJS Template Engine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409f2d2..aba92ab 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. * [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped. * [Jade](https://github.com/jadejs/jade) - Robust, elegant, feature rich template engine for nodejs. - +* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. ## Data Visualization *Data visualization tools for the web.*