+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / autoescape.tpl
blob4dcab38bbbc6e007c843eb044ed06ae46127092c
1 {{ variable }}
2 {{ variable|escape }}
3 { {{ variable|safe }} }
4 {% autoescape off %}
5     {{ variable }}
6     {% autoescape on %}
7         {{ variable }}
8     {% endautoescape %}
9 {% endautoescape %}
10 {{ variable }}