{% include head.html %}

{% include header.html %}

<main>
    {{ content }}
</main>

{% include footer.html %}