On gists
Template config
AW
settings.ini
Raw
#
template=default-variable
[placeholders]
headline=Nadpis
text=Text#Html
[templateConfig]
headlineTag = h4
usage.latte
Raw
#
<{$templateConfig["headlineTag"]}>{$data->headline}</{$templateConfig["headlineTag"]}>
{!$data->text}