popov.link/_layouts/page.html

14 lines
264 B
HTML
Raw Normal View History

---
layout: default
---
2018-04-18 00:07:49 +03:00
<div class="content">
<article>
<header>
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
2018-04-18 00:07:49 +03:00
</header>
{{ content }}
</article>
</div>