<!DOCTYPE html> <html lang=“{{ page.lang | default: site.lang | default: ”id“ }}” dir=“ltr”>

  {%- include head.html -%}

<body>

  {%- include header.html -%}

  <main>

    {{ content }}

  </main>

  {%- include footer.html -%}

  <!-- <script id="dsq-count-scr" src="//diazsepta.disqus.com/count.js" async></script> -->
</body>

</html>