]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/combo/page_template_full_width.html
settings: declare PROJECT_PATH
[panikweb-esperanzah.git] / panikweb / templates / combo / page_template_full_width.html
1 {% extends "base.html" %}
2 {% load combo %}
3
4 {% block title %}{{ page.title }}{% endblock %}
5
6 {% block toptitle %}
7 {% endblock %}
8
9 {% block main %}
10 <h2 class="top">{{ page.title }}</h2>
11 {% placeholder "content" %}
12 {% endblock %}