atom-engine 5.0.2

A component-oriented template engine built on Tera with props, slots, and provide/inject context
Documentation
1
2
3
4
5
6
7
{{ title }}
{# This is a comment - should not appear in output #}
Name: {{ name }}
Age: {{ age }}
City: {{ city }}
Nested: {{ user.name }}
Array: {{ items[0] }}