layout: default


<article class=“container mx-auto px-2 mt2 mb4”>

<header>
  <h1 class="h0 py-4 mt-3">{{ page.title }}</h1>
</header>
<div class="col-4 sm-width-full border-top-thin">
</div>
<div class="prose mb-4 py-4">
  {{ content }}
</div>

</article>