mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 10:33:34 +03:00
12 lines
204 B
HTML
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>
|