add header, navigation, pages
This commit is contained in:
parent
c0b8c33ddb
commit
ca43d25e0f
9 changed files with 57 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue