mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +00:00
13 lines
259 B
HTML
13 lines
259 B
HTML
<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>
|