repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git]
/
tests
/
assert_templates
/
nested_block_second_parent.tpl
blob
ec98256fc9698233d013c3b365f6edb1d1fae8a1
1
{% extends "assert_templates/nested_block.tpl" %}
2
3
{% block inner2 %}
4
inner2's new value
5
{% block inner2_1 %}
6
2.1
7
{% endblock %}
8
{% endblock %}