Added the header component to the page layout

This commit is contained in:
Claudia Reynders 2022-04-24 16:41:06 +02:00
parent 40575c70e3
commit d94baf9dce
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
</head>
<body>
{% include "../components/header.njk" %}
<main role="main">
{{ content | safe }}
</main>