{{> head}}
{{> header}}
<main>
<article class="post">
  <h1>{{ page.title }}</h1>
  {{{ content }}}
</article>
</main>
{{> footer}}


