<!DOCTYPE html> <html lang=“{{ site.locale }}”>

{% include head.html %}

<body>

  {% include header.html %}
  {% include search.html %}
  <main id="main" class="main mw1140p center" role="main">
  {% include articles.html %}
  {% include grid-images.html %}
  {% include form.html %}
  </main>

  {% include footer.html %}

</body>
{% include scripts.html %}

</html>