Added the header component to the page layout
This commit is contained in:
parent
40575c70e3
commit
d94baf9dce
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "../components/header.njk" %}
|
||||
<main role="main">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue