<!DOCTYPE html> <html xmlns=β€œwww.w3.org/1999/xhtml” lang=β€œen”> {% include head.html %} <body>

{% include header.html %}

<div id="wrapper">
        {% include menu.html %}

        <div id="content">
                {% include sidebar.html %}

                <main>
                        {{ content }}
                </main>
        </div>
</div>

{% include footer.html %}

</body> </html>