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