Files
popov.link/_layouts/page.html
T

12 lines
204 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>
2020-01-23 20:21:21 +04:00
<h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
2019-05-03 04:02:31 +04:00
</header>
2018-09-19 02:41:20 +04:00
2019-05-03 04:02:31 +04:00
{{ content }}
</main>