<!DOCTYPE html> <html lang=“en”>

{% include head.html %}

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

    {% include footer.html %}

</body>

</html>