popov.link/_layouts/page.html

15 lines
388 B
HTML
Raw Normal View History

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