popov.link/_layouts/default.html
2018-04-11 00:32:28 +00:00

27 lines
410 B
HTML

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