aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: ff58a5d3551fd5afeb96ff894516ecbce24a67c8 (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="ru">

{% include head.html %}

<body>
    {% include sidebar.html %}

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

</body>

</html>