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

{%- include head.html -%}

<body>

  <div class="container">

    {%- include sidebar.html -%}

    <div class="main">

      {%- include header.html -%}

      <div class="content">
        {{ content }}
      </div>

    </div>

    <!-- {%- include footer.html -%} -->

  </div>

</body>

</html>