funky/_layouts/page.html

20 lines
254 B
HTML

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