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

<head>

{% include head.html %}

</head>

<body>

<div class="content">
  {% include header.html %}

  <h2>{{ page.title }}</h2>

  {{ content }}

  {% include footer.html %}

</div>

<script src="#"></script>

</body>

</html>