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