2018-04-04 00:08:27 +03:00
|
|
|
---
|
|
|
|
layout: compress
|
|
|
|
---
|
|
|
|
|
2018-01-06 15:12:53 +03:00
|
|
|
<!DOCTYPE html>
|
2018-04-11 03:05:43 +03:00
|
|
|
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-18 00:03:03 +03:00
|
|
|
{% include head.html %}
|
2018-01-06 15:12:53 +03:00
|
|
|
|
2018-04-18 00:03:03 +03:00
|
|
|
<body>
|
2018-04-22 23:48:33 +03:00
|
|
|
{% include navbar.html %}
|
|
|
|
|
|
|
|
<main>
|
2018-04-11 03:20:49 +03:00
|
|
|
{{ content }}
|
2018-04-18 00:03:03 +03:00
|
|
|
</main>
|
2018-04-11 03:05:43 +03:00
|
|
|
|
2018-04-18 00:03:03 +03:00
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
2018-01-06 15:12:53 +03:00
|
|
|
|
|
|
|
</html>
|