<html lang=“en”>

{%- include head.html -%}
<body>
  <h1>{{ page.title }}</h1>
  <section class="container">
    {{ content }}
  </section>
</body>
{%- include foot.html -%}

</html>