Skip to content
Snippets Groups Projects
page.html 326 B
---
layout: default
---

{% include site-header.html %}

<main class="main  container">

	<article class="article  article--page  content  typeset">

    <h1>{{ page.title }}</h1>

    {{ content }}
		
  </article>

	{% if page.aside == true %}{% include site-aside.html %}{% endif %}

</main>

{% include site-footer.html %}