popov.link/_layouts/default.html

23 lines
350 B
HTML
Raw Normal View History

---
layout: compress
---
2018-01-06 15:12:53 +03:00
<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
2018-01-06 15:12:53 +03:00
{% include head.html %}
<body>
<main class="wrapper">
{% include header.html %}
2018-01-06 15:12:53 +03:00
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</main>
2018-01-06 15:12:53 +03:00
</body>
</html>