<!DOCTYPE html> <html>

{% include head.html %}

<body>

{% include header.html %}

<!– Main content–> <div class=“site-body”>

<div class="wrapper">
  {{ content }}

</div>

</div>

{% include footer.html %}

</body>

</html>