layout: compress


<!DOCTYPE html> <html lang=“en” >

{% include head.html %}  
<body>
  <main role="main">

          {% include navigation.html %}

      {{ content }}

  </main>

</body>

</html>