Files
popov.link/_layouts/default.html
T

17 lines
316 B
HTML
Raw Normal View History

2018-04-03 21:08:27 +00:00
---
layout: compress
---
2018-01-06 12:12:53 +00:00
<!DOCTYPE html>
2018-05-15 03:43:39 +04:00
<html class="no-js" lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
2019-03-25 02:55:40 +04:00
{% include head.html %}
2018-01-06 12:12:53 +00:00
2019-03-25 02:55:40 +04:00
<body>
{% include navbar.html %}
2018-01-06 12:12:53 +00:00
2019-03-25 02:55:40 +04:00
<main class="container" role="main">
{{ content }}
</main>
</body>
2018-01-06 12:12:53 +00:00
</html>