rf-web/_layouts/list-page.html
2022-05-27 18:20:53 +02:00

9 lines
171 B
HTML

---
layout: page
---
<div class="page-content text-page layout--list-page">
<article class="content">
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</div>