aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: b0937c77f852e4da7b2319f09a4319ce46d5582d (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>