]> git.0d.be Git - panikweb-esperanzah.git/blob - espeweb/templates/combo/page_template_full_width.html
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / espeweb / 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 %}