8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
---
|
||
|
layout: base.njk
|
||
|
---
|
||
|
{% include "header.njk" %}
|
||
|
<main class="cover">
|
||
|
{{ content | safe }}
|
||
|
</main>
|
||
|
{% include "footer.njk" %}
|