<div class="page-title">
<div class="page-title-inner">
{% if subtitle is defined and subtitle is not empty %}
<h1>{{ subtitle }}</h1>
{% else %}
<h1>{{ title }}</h1>
{% endif %}
</div>