popov.link/_layouts/default.html

22 lines
297 B
HTML
Raw Normal View History

---
layout: compress
---
2018-01-06 15:12:53 +03:00
<!DOCTYPE html>
<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>
{{ content }}
2024-02-14 02:38:59 +03:00
</article>
{% include counter.html %}
</body>
2024-02-14 02:38:59 +03:00
</html>