popov.link/_layouts/default.html

22 lines
335 B
HTML
Raw Normal View History

---
layout: compress
---
2018-01-06 15:12:53 +03:00
<!DOCTYPE html>
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
2018-01-06 15:12:53 +03:00
{% include head.html %}
2018-01-06 15:12:53 +03:00
<body>
{% include navbar.html %}
<main class="container" role="main">
{{ content }}
</main>
<!-- JavaScript -->
{% include javascript.html %}
</body>
2018-01-06 15:12:53 +03:00
</html>