0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/_layouts/page.html

14 lines
270 B
HTML
Raw Normal View History

---
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>
{% include aside.html %}