<!DOCTYPE html> <html lang=β€œ{{ page.lang | default: site.lang | default: ”enβ€œ }}”>

{% include head.html %}

<body>
      <div class="page">
              {% include header.html %}
              <nav class="sidenavigation">
              {% include menu.html %}
              </nav>
              <div class="content">
                      <div class="center-content">
                      {{ content }}
              </div>
                      {% include contact.html %}
      </div>
      <p class="to-top"><a href="#top"><i class="fa fa-angle-double-up" aria-hidden="true"></i></a></p>
      </div>
  {% include footer.html %}

</body>

</html>