popov.link/_layouts/page.html

17 lines
362 B
HTML
Raw Normal View History

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