Matthew McKinnon a7e57fb409 Updated Disclaimer Links
Added Footer and Header njk templates.
2022-08-07 12:45:34 +10:00

9 lines
170 B
Plaintext

{% include "layouts/header.njk" %}
<body>
{% block content %}
{{ content | safe }}
{% endblock %}
</body>
{% include "layouts/footer.njk" %}