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

<!DOCTYPE html>
<html lang="en">

  {% include head.html %}

  <body>
    {{ content }}

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

</html>