0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00
Files
popov.link/_layouts/page.html
2020-01-23 20:23:28 +04:00

12 lines
204 B
HTML

---
layout: default
---
<main class="container">
<header>
<h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
</header>
{{ content }}
</main>