add header, navigation, pages

This commit is contained in:
Lyn Fugmann 2024-09-13 17:18:41 +02:00
parent c0b8c33ddb
commit ca43d25e0f
9 changed files with 57 additions and 3 deletions

View file

@ -6,6 +6,10 @@
<title>{% if title %}{{ title }} | {% endif %}ESE {{ year }}</title>
</head>
<body>
{{ content | safe }}
{% include 'header.njk' %}
<main>
{{ content | safe }}
</main>
</body>
</html>