popov.link/_layouts/default.html

27 lines
410 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>
2018-04-11 03:20:49 +03:00
<main class="wrapper">
<nav class="navigation">
{% include header.html %}
</nav>
2018-01-06 15:12:53 +03:00
2018-04-11 03:20:49 +03:00
<div class="content">
{{ content }}
</div>
2018-04-11 03:20:49 +03:00
<footer class="footer">
{% include footer.html %}
</footer>
</main>
2018-01-06 15:12:53 +03:00
</body>
</html>