14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
<!doctype html>
|
|
<head>
|
|
{% include "head-content.njk" %}
|
|
</head>
|
|
<body>
|
|
{% include "header.njk" %}
|
|
|
|
<main id="main">
|
|
{{ content | safe }}
|
|
</main>
|
|
|
|
{% include "footer.njk" %}
|
|
<body>
|