5 lines
158 B
Twig

{% if type == "title"%}
<h2>{{ title | localize_translatable_string }}</h2>
{% else %}
<h3>{{ title | localize_translatable_string }}</h3>
{% endif %}