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

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

    <body>
        {{ content }}

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

</html>