2018-04-04 00:08:27 +03:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
2018-01-06 15:12:53 +03:00
|
|
|
<!DOCTYPE html>
|
2020-01-23 19:21:21 +03:00
|
|
|
<html lang="{{ site.lang | strip | slugify | xml_escape }}">
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2024-02-14 02:38:59 +03:00
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
{% include navbar.html %}
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<article>
|
2019-05-03 03:02:31 +03:00
|
|
|
{{ content }}
|
2024-02-14 02:38:59 +03:00
|
|
|
</article>
|
|
|
|
|
|
|
|
{% include counter.html %}
|
|
|
|
</body>
|
2019-05-03 03:02:31 +03:00
|
|
|
|
2024-02-14 02:38:59 +03:00
|
|
|
</html>
|