popov.link/_layouts/page.html
2018-04-11 00:39:34 +00:00

13 lines
265 B
HTML

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