layout: default


<header class=“homepage-header”>

<h1 id="title">{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="subtitle">{{ page.subtitle }}</h2>
{% endif %}

</header>

<section id=“main” aria-role=“main”>

<article id="content">
    {{ content }}
</article>

</section>