spout/docs/_layouts/page.html
2019-10-17 13:12:40 +00:00

16 lines
251 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>