funky/_layouts/page.html

18 lines
173 B
HTML

---
layout: default
---
<main class="container">
{% include header.html %}
<article class="content">
{{ content }}
</article>
{% include footer.html %}
</main>