From 575eb81589eb128360832efdc086b4de16595f12 Mon Sep 17 00:00:00 2001 From: noyobo Date: Thu, 18 Jun 2015 22:53:55 +0800 Subject: [PATCH] Add xtemplate to Templating Engines list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af0e8a3..eae84ec 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [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. +* [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser ## Data Visualization *Data visualization tools for the web.*