+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / subtemplate.tpl
blob90d42435d1f946130e4b6241d7359bbc30a6cb5c
1 {% extends "assert_templates/base.tpl" %}
3 {% block title %}My Title - {{ block.super }}{% endblock %}
5 {% block main.menu %}
6     {{ block.super}}
8     :-)
9 {% endblock %}