1611 shaares
17 private links
17 private links
2 results
tagged
template-engine
You've been looking for a more sophisticated templating engine for JavaScript. Here it is.
- Rich Powerful language with block inheritance, autoescaping, macros, asynchronous control, and more. Heavily inspired by jinja2
- Fast & Lean High-performant. Small 8K gzipped runtime with precompiled templates in the browser
- Extensible Crazy extensible with custom filters and extensions
- Everywhere Available in node and all modern web browsers, with thorough precompilation options
Torsten Raudssus sur Twitter : "It is simple, if you don't have the opening tag and the closing tag in the same template file, then you are using the wrong template engine."