popov.link/_layouts/page.html

13 lines
265 B
HTML
Raw Normal View History

---
layout: default
---
2018-04-11 03:39:34 +03:00
<section class="container page">
<article>
<header>
<h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
</header>
{{ content }}
</article>
</section>