From bbd882dc456990fdbaa766a3fcddd3b861e6eef8 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Tue, 18 Aug 2015 15:46:56 -0600 Subject: [PATCH] Add `marko` to `Templating` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index afded52..79844e6 100644 --- a/readme.md +++ b/readme.md @@ -235,6 +235,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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. +- [marko](https://github.com/marko-js/marko) - A fast and lightweight HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags. ### Documentation