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

<!DOCTYPE html>
<html lang="{{ site | smartify | strip_html | normalize_whitespace }}">

{% include head.html %}

<body>
    {% include header.html %}
    {% include icons.html %}

    <section class="main">
        {{ content | normalize_whitespace }}
    </section>
</body>

</html>