<!doctype html>
<html lang="{{ page.lang | default: site.lang | default: "" }}">
{% include head.html %}

  <body>
    {% include header.html %}

    <div class="page-content">
      <div class="wrapper">{{ content }}</div>

      {% include ad.html %}
    </div>
  </body>
</html>