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