Pure template literals
Use built-in ECMAScript template literal syntax without a custom parser or template language.
A zero-dependency JavaScript template engine with portable renderers, nested includes, debugging, and extensible caching.

templeo is a zero-dependency template engine that uses built-in JavaScript/ECMAScript Template Literals. There is no regular-expression parser or special template syntaxβjust native ES template literals.
For more details, see The Basics, Cache, Examples, and the API Reference.
Engine can output HTML, DOM nodes, JSON, YAML, or virtually any other format.templeo parser update.templeo internals and can be serialized, deserialized, or served from another source.sourceURL values or module imports/requires for direct debugging.templeo.