summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
blob: 42b8481c3b342e8b65b5df714010dd9232c431bd (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
{{ head|safe }}
</head>
<body{% if homepage %} id="homepage"{% endif %}>
{{ body|safe }}

{% include "menu.html" %}
</body>
</html>