popov.link/_layouts/page.html

14 lines
245 B
HTML
Raw Normal View History

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