+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / inheritence_nested_block.tpl
blob84f75d87318af6771053acf861ab8f216f3dd2e3
1 {% extends "assert_templates/nested_block.tpl" %}
3 {% block outer %}
4 {{ block.super }}
5 new stuff
6 {% endblock outer %}