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:12:44 +04:00

12 lines
245 B
HTML

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