blob: ee363a23687c95dbf509e166b4e5d8038e880b4b (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | ---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
    {% include head.html %}
    <body>
        {{ content }}
    </body>
</html>
 |