2018-04-04 00:08:27 +03:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
2018-01-06 15:12:53 +03:00
|
|
|
<!DOCTYPE html>
|
2018-04-03 04:49:11 +03:00
|
|
|
<html lang="ru">
|
2018-01-06 15:12:53 +03:00
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
2018-04-07 02:54:57 +03:00
|
|
|
{% include header.html %}
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-07 02:54:57 +03:00
|
|
|
{% include icons.html %}
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-07 02:54:57 +03:00
|
|
|
<section class="main">
|
|
|
|
<div class="container">
|
|
|
|
<div class="content">
|
|
|
|
{{ content | normalize_whitespace }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2018-01-06 15:12:53 +03:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|