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

{% include head.html %}
<body>
    {% include navigation.html %}

    {{ content }}

    {% include footer_before.html %}
    {% include footer.html %}
</body>

</html>