Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.81 KB

templating.md

File metadata and controls

39 lines (33 loc) · 1.81 KB

Bookmarks tagged [templating]

https://github.com/marko-js/marko

HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering and custom tags.


https://github.com/mozilla/nunjucks

Templating engine with inheritance, asynchronous control, and more (jinja2 inspired).


https://github.com/wycats/handlebars.js

Superset of Mustache templates which adds powerful features like helpers and more advanced blocks.


https://github.com/mde/ejs

Simple unopinionated templating language.


https://github.com/pugjs/pug

High-performance template engine heavily influenced by Haml.