<!doctype html> <html>

{% include headwLocal.html %}
<body>
        {% include banner.html %}
        {% include navigation.html %}
        <div id="contentContainer">
                {{ content }}
        </div>
</body>

</html>