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.
- tags: node.js, templating
- :octocat: source code
nunjucks
https://github.com/mozilla/nunjucks
Templating engine with inheritance, asynchronous control, and more (jinja2 inspired).
- tags: node.js, templating
- :octocat: source code
handlebars.js
https://github.com/wycats/handlebars.js
Superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
- tags: node.js, templating
- :octocat: source code
EJS
Simple unopinionated templating language.
- tags: node.js, templating
- :octocat: source code
Pug
High-performance template engine heavily influenced by Haml.
- tags: node.js, templating
- :octocat: source code