popov.link/_layouts/default.html

25 lines
365 B
HTML
Raw Normal View History

---
layout: compress
---
2018-01-06 15:12:53 +03:00
<!DOCTYPE html>
<html lang="ru">
2018-01-06 15:12:53 +03:00
{% include head.html %}
<body>
{% include header.html %}
2018-01-06 15:12:53 +03:00
{% include icons.html %}
2018-01-06 15:12:53 +03:00
<section class="main">
<div class="container">
<div class="content">
{{ content | normalize_whitespace }}
</div>
</div>
</section>
2018-01-06 15:12:53 +03:00
</body>
</html>