rf-web/_layouts/list-page.html

9 lines
171 B
HTML
Raw Permalink Normal View History

2022-05-27 16:20:53 +00:00
---
layout: page
---
<div class="page-content text-page layout--list-page">
<article class="content">
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</div>