Files
popov.link/_layouts/page.html
T

14 lines
270 B
HTML
Raw Normal View History

2018-04-03 02:07:44 +00:00
---
layout: default
---
2019-05-03 17:39:31 +04:00
<main class="container">
2019-05-03 04:02:31 +04:00
<header>
<h1>{{ page.title | default: site.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}</h1>
</header>
2018-09-19 02:41:20 +04:00
2019-05-03 04:02:31 +04:00
{{ content }}
</main>
2019-10-31 18:57:41 +04:00
{% include aside.html %}