{% set titleClassName = titleClassName ?? '' %}
{% set containerId = containerId ?? null %}
{% set titleLevelCSS = titleLevelCSS ?? null %}
{% set titleLevelSEO = titleLevelSEO ?? null %}
<{% if titleLevelSEO is defined and titleLevelSEO is not null %}h{{ titleLevelSEO }}{% else %}span{% endif %} class="h{{ titleLevelCSS }} {{ titleClassName }}" {% if containerId != null %}id="{{ containerId }}"{% endif %}>
{{ titleLabel|raw }}
</{% if titleLevelSEO is defined and titleLevelSEO is not null %}h{{ titleLevelSEO }}{% else %}span{% endif %}>