aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 1030914a01e1e9ac27a60535cc6baed0375d161b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: compress
---

<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">

  {% include head.html %}

  <body>
    {% include navbar.html %}

    <main>
      {{ content }}
    </main>

    {% include footer.html %}
  </body>

</html>