]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_esperanzah/templates/combo/page_template.html
sync a bit of player with panik
[panikweb-esperanzah.git] / panikweb_esperanzah / templates / combo / page_template.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   <div class="content-width">
12     {% placeholder "content" %}
13   </div>
14 {% endblock %}