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
/
empty_block.tpl
blob
286f45cc8df2702a362ff9cb9e7f36c977f8e65e
1
{% extends "assert_templates/empty_block_base.tpl"%}
2
3
4
{% block outer %}
5
{% block inner1 %}
6
this is inner1
7
{% endblock inner1 %}
8
{% block inner2 %}
9
this is inner2
10
{% endblock inner2 %}
11
{% endblock outer %}