2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-28 07:27:28 +00:00
Files
troggle/templates/flatpage.html

11 lines
146 B
HTML

<html>
<head>
{{ head|safe }}
</head>
<body{% if homepage %} id="homepage"{% endif %}>
{{ body|safe }}
{% include "menu.html" %}
</body>
</html>