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

<!DOCTYPE html>
<html lang="ru">

{% include head.html %}

<body>
    {% include header.html %}

    {% include icons.html %}

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

</html>