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
/
subtemplate.tpl
blob
90d42435d1f946130e4b6241d7359bbc30a6cb5c
1
{% extends "assert_templates/base.tpl" %}
2
3
{% block title %}My Title - {{ block.super }}{% endblock %}
4
5
{% block main.menu %}
6
{{ block.super}}
7
8
:-)
9
{% endblock %}