dwoo
dwoo copied to clipboard
Using {template} inside {eval}
Hello. The following code doesn't work:
{template test}
test
{/template}
{eval $text}
where $text = "{test}"
When I use {test} instead of {eval $text} all is ok.