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

{% include _head.html %}

<body>
  {% include _main-header.html %}

  <main class="wrapper-main">{{ content }}</main>

  {% include _main-footer.html %}
</body>

</html>