{# @var title string #} {# @var subtitle string|null #}

{{ title }}

{% if subtitle is defined and subtitle %}

{{ subtitle }}

{% endif %}