spout/docs/_layouts/page.html
2017-11-26 20:02:20 +01:00

15 lines
250 B
HTML
Executable File

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