<!doctype html> <html class=“no-js” lang=“en”>

{% include bootstrap.html %}

<body>
        {% include header.html %}
        <div class="container">
                {{ content }}
        </div>
        {% include footer.html %}
</body>

</html>