popov.link/_layouts/page.html
Valentin Popov cb2aa93e08 Added security to the page template
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 21:15:36 +00:00

14 lines
245 B
HTML

---
layout: default
---
<div class="page">
<!-- Header -->
<h1 class="page-title">
{{ page.title | smartify | strip_html | normalize_whitespace }}
</h1>
<!-- Contents -->
{{ content | normalize_whitespace }}
</div>