1 2 3 4
$$ components {% component hello()%}{{body}}{% endcomponent hello %} $$ tpl {% <hello> %}Hello {{name}}! {% </hello> %}