---
root: "./"
---
{% include "required/head.html" %}
{% include "navigation/main.html" %}
{% include "navigation/offscreen.html" %}
{{ h1 }}
{{ h1Typewriter }}
{{ content | safe }}
{%- import "required/macros.html" as macros with context -%}
{%- if not noFooter -%}
{% include "sections/contact.html" %}
{% include "sections/footer.html" %}
{%- endif -%}
{% include "required/scripts.html" %}