<head>

{% include head.html %}

</head> <body>

{% include nav.html %}

<div class="container">
    {{content}}
</div>

{% include foot.html %}

</body>