I've added a with tag to assign variables locally within the template.
I'm not quite sure about the last test case if the order should matters. Maybe it would be better to first look in the context if any variable name is already defined and shadow the outer variable only after assignment was done.
I've added a
with
tag to assign variables locally within the template.I'm not quite sure about the last test case if the order should matters. Maybe it would be better to first look in the context if any variable name is already defined and shadow the outer variable only after assignment was done.
Closes #86