popov.link/_layouts/default.html

20 lines
234 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 sidebar.html %}
2018-01-06 15:12:53 +03:00
<div class="content container">
{{ content | normalize_whitespace }}
</div>
2018-01-06 15:12:53 +03:00
</body>
</html>