1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
  {% include head.html %}
  <body>
    {% include page-header.html %}
    <section class="main-content">
      {{ content }}
      {% include page-footer.html %}
    </section>
  </body>
</html>