aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 93461ec7be66cb52056363254eebfd78883fe710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">

  {% include head.html %}

  <body>

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

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

    {% include footer.html %}

  </body>

</html>