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

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

{% include head.html %}

<body>
  {% include navbar.html %}

  <main class="container" role="main">
    {{ content }}
  </main>

  <!-- JavaScript -->
  {% include javascript.html %}
</body>

</html>