+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / err_templates / err_loop_varname.tpl
blob7fcc8454dd74d1b7c55defca466dc51a1cc903b5
1 {% extends "assert_templates/base.tpl" %}
3 {% block foo %}
4     {% for i in block.super %}
5     {% endfor %}
6 {% endblock %}