<!DOCTYPE html>
<html lang="en">

  {% include head.html full = false %}

  <body>

    <div role="main" class="container main-content">
      {{ content }}
    </div>

    {% include footer-minimal.html %}
  
    {% include footer-scripts.html full = false %}
  
  </body>
</html>