funky/_layouts/page.html

22 lines
287 B
HTML
Executable File

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