<header>

{% if page.title %}
<h1>{{page.title}}</h1>
{% endif %}
{% if page.subtitle %}
<p>{{page.subtitle}}</p>
{% endif %}

</header>