<!DOCTYPE html> <html>

{% include head.html %}

<body>

{% include header.html %}

<h1>{{ page.title }}</h1> {% if page.featured-image %}
<span class="image main">
  <img src="{{ page.featured-image }}" alt="">
</span> {% endif %} {{ content }} {% include footer.html %}

</body>

</html>