<!DOCTYPE html> <html>

{% include head.html %}
<body>
    <div class="bw-full-back">
        <div class="bw-full-back-container">
            <h1 class="bw-full-back-page-title">{{ page.title }}</h1>
            {{ content }}
        </div>
    </div>
</body>

</html>