<!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>