<!DOCTYPE html> <html lang=“en”>

{% include head.html %}

<body>
  {% include facebook-init.html %}
  <div class="layout">

    {% include header.html %}

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

    {% include footer.html %}

  </div>
  <!-- Back to Top -->
  {% include back-top.html %}
  {% include scripts.html 
    jquery=true
    jquery-ui=true
    responsive-menu=true
    backtop=true
    img-cs=true
  %}
</body>

</html>