dwoo icon indicating copy to clipboard operation
dwoo copied to clipboard

Using {template} inside {eval}

Open zodinyac opened this issue 7 years ago • 0 comments

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.

zodinyac avatar Mar 11 '18 09:03 zodinyac