forked from expo/troggle
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>
|