<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="header">
{% include header.html %}
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>