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

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

        <div class="container-fluid">
        {{ content }}
    </div>

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

</html>