Executing code from templates
Until today I couldn’t use variables in my template that are pieces of code. I added one piece of code that executes the piece of code in a the stash and returns its value. In the template it looks like this. [% FOR p IN products %] <p>[% p.name %] [% END %] There are two places in this piece of code that could contain code references. The first is products....