layout: default


<div class=“wrapper”>

<article>
  <header>
    <h1>{{ page.title | escape }}</h1>
  </header>
  <hr>
  <div>
    {{ content }}
  </div>

</article>

</div>