mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-26 09:11:54 +00:00
11 lines
146 B
HTML
11 lines
146 B
HTML
<html>
|
|
<head>
|
|
{{ head|safe }}
|
|
</head>
|
|
<body{% if homepage %} id="homepage"{% endif %}>
|
|
{{ body|safe }}
|
|
|
|
{% include "menu.html" %}
|
|
</body>
|
|
</html>
|