<header class=“page-header”>

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

</header>