+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / nested_block_second_parent.tpl
blobec98256fc9698233d013c3b365f6edb1d1fae8a1
1 {% extends "assert_templates/nested_block.tpl" %}
3 {% block inner2 %}
4     inner2's new value
5     {% block inner2_1 %}
6         2.1
7     {% endblock %}
8 {% endblock %}