layout: compress


<!DOCTYPE html> <html lang=“{{ site.lang | default: 'en-US' }}”>

<head>
  {% include head.html %}
</head>

<body>
{% if site.data.general.header %}
  <header>
    {% include header.html %}
  </header>

{% endif %}

  <main>
    {{ content }}
  </main>

{% if site.data.general.footer %}
  <footer class="footer">
    {% include footer.html %}
  </footer>

{% endif %}

{% include foot.html %}

</body>

</html>