summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
blob: ef8c4ab71da2bf57905c36ec9dea37d9b6c27c12 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
{{ head|safe }}
</head>
<body>
{{ body|safe }}
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
</body>
</html>