<div class="title-block title-block--main {{ hasSmallSpacing | default(false) ? 'title-block--small-spacing' : '' }} {{ isCentered | default(false) ? 'title-block--centered' : '' }} {{ isWhite | default(false) ? 'title-block--white' : '' }} content-block container {{ styleModifier|default('') }}">
<h1 class="title-block__title">{{ title }}</h1>
{% if subtitle|default(false) %}
<h2 class="title-block__sub-title {{ isSmallSubtitle | default('') ? 'title-block__sub-title--small' : ''}} ">{{ subtitle}}</h2>
{% endif %}
{{ extraHtml|default('')|raw }}
</div>