2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-12-01 22:31:53 +00:00
troggle/templates/flatpage.html

10 lines
152 B
HTML
Raw Normal View History

<html>
<head>
{{ head|safe }}
</head>
<body>
{{ body|safe }}
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
</body>
</html>