rf-web/vendor/bundle/gems/minima-2.5.1/_layouts/page.html
2019-10-21 10:18:17 +02:00

15 lines
218 B
HTML

---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>