funky/_layouts/page.html

18 lines
173 B
HTML
Raw Normal View History

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