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
+ Added test.
[haanga.git]
/
tests
/
assert_templates
/
inheritence_nested_block.tpl
blob
84f75d87318af6771053acf861ab8f216f3dd2e3
1
{% extends "assert_templates/nested_block.tpl" %}
2
3
{% block outer %}
4
{{ block.super }}
5
new stuff
6
{% endblock outer %}