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

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

{% include head.html %}

<body>
    <header>
        {% include navbar.html %}
    </header>

    <article>
        {{ content }}
    </article>

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

</html>