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

<!DOCTYPE html>
<html lang="{{ site.lang | strip | slugify | xml_escape }}">
    {% include head.html %}

    <body>
        {{ content }}
    </body>

</html>