Files
popov.link/_layouts/default.html
T

20 lines
295 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 }}">
2018-01-06 12:12:53 +00:00
2018-04-18 01:03:03 +04:00
{% include head.html %}
2018-01-06 12:12:53 +00:00
2018-04-18 01:03:03 +04:00
<body>
2018-04-23 00:48:33 +04:00
{% include navbar.html %}
2018-05-15 03:43:39 +04:00
<main class="container" role="main">
2018-04-11 00:20:49 +00:00
{{ content }}
2018-04-18 01:03:03 +04:00
</main>
2018-04-11 00:05:43 +00:00
2018-04-18 01:03:03 +04:00
</body>
2018-01-06 12:12:53 +00:00
</html>