From 60472db36af27fd64b6552393b27f3751c566b1f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 19 May 2015 14:37:26 +0200 Subject: [PATCH] add `EJS` closes #282 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6108a1d..96e8feb 100644 --- a/readme.md +++ b/readme.md @@ -226,6 +226,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [hogan.js](http://twitter.github.io/hogan.js/) - Twitter's small, fast, phase-separated compiler for Mustache templates. - [Jade](https://github.com/visionmedia/jade) - High performance template engine heavily influenced by Haml. - [nunjucks](https://github.com/mozilla/nunjucks) - A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired). +- [EJS](https://github.com/mde/ejs) - Simple unopinionated templating language. ### Documentation