2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 09:22:32 +00:00
troggle/templates/flatpage.html

13 lines
259 B
HTML
Raw Normal View History

<html>
<head>
{{ head|safe }}
</head>
<body{% if homepage %} id="homepage"{% endif %}>
{{ body|safe }}
{% if homepage %}{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}{%else %}{% include "menu.html" %}{% endif %}
</body>
</html>