2014-11-12 12:28:57 +01:00

5 lines
136 B
Twig

{% if type == "title"%}
<h2>{{ title[app.request.locale] }}</h2>
{% else %}
<h3>{{ title[app.request.locale] }}</h3>
{% endif %}