layout: default


<article class=“mb-3”>

<header class="text=-center mb-3">
  <h1>{{ page.title }}</h1>
</header>

<main class="mb-3">
  {{ content }}
</main>

</article>