Files
popov.link/_layouts/page.html
T

13 lines
265 B
HTML
Raw Normal View History

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