popov.link/_layouts/page.html
Valentin Popov 93e183f0f4
Page template
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 04:25:42 +04:00

12 lines
201 B
HTML

---
layout: default
---
<article>
<header>
<h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
</header>
{{ content }}
</article>