aboutsummaryrefslogtreecommitdiff
path: root/tests/data/01/base.tmpl
blob: 6ca89cbcdc2b974809db687d06370b35a47d3de5 (plain)
1
2
3
4
5
6
7
8
9
Header

{% block content %}
Content 
{% endblock %}

{% block footer %}
Footer
{% endblock %}