summaryrefslogtreecommitdiff
path: root/doc/.templates/page.html
blob: 3416437416c7f7e46de3de5fb1492f3e003dc26d (plain)
1
2
3
4
5
6
7
{% extends "!page.html" %}
{% block body %}
{% if pagename == 'index' %}
{% include "index.html" %}
{% else %}
{{ super() }}
{% endif %}{% endblock %}