layout: default


<article class=“container pt-5”>

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

</article>