popov.link/_layouts/default.html
2018-04-18 01:03:03 +04:00

19 lines
268 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
{% include head.html %}
<body>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
</body>
</html>