templating.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [templating]

www.codever.land/bookmarks/t/templating

marko

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

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


nunjucks

https://github.com/mozilla/nunjucks

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


handlebars.js

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

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


EJS

https://github.com/mde/ejs

Simple unopinionated templating language.


Pug

https://github.com/pugjs/pug

High-performance template engine heavily influenced by Haml.