mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
5 lines
158 B
Twig
5 lines
158 B
Twig
{% if type == "title"%}
|
|
<h2>{{ title | localize_translatable_string }}</h2>
|
|
{% else %}
|
|
<h3>{{ title | localize_translatable_string }}</h3>
|
|
{% endif %} |