- Added tests, tags and filters
[haanga.git] / tests / err_templates / loop_varname.tpl
blob7fcc8454dd74d1b7c55defca466dc51a1cc903b5
1 {% extends "assert_templates/base.tpl" %}
3 {% block foo %}
4     {% for i in block.super %}
5     {% endfor %}
6 {% endblock %}