<!DOCTYPE html>

<html>

{% include head.html %}

<body>

{% include navbar.html %}

{{ content }}

{% include footer.html %}

{% include scripts.html %}

{% include google-analytics.html %}

</body>

</html>