popov.link/_layouts/page.html

10 lines
148 B
HTML
Raw Normal View History

---
layout: default
---
<!-- Contents of the page -->
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>