diff --git a/templates/field/field--node--title.html.twig b/templates/field/field--node--title.html.twig index 072c1f38..66a62663 100644 --- a/templates/field/field--node--title.html.twig +++ b/templates/field/field--node--title.html.twig @@ -8,10 +8,10 @@ {% if not is_inline %} {% include "field.html.twig" %} {% else %} -{% for item in items %} - {% include '@renovation/headings/heading.twig' with { - html_tag : 'h1', - heading: item.content['#context'].value, - } %} -{% endfor %} - + {% for item in items %} + {% include '@renovation/headings/heading.twig' with { + html_tag : 'h1', + heading: item.content['#context'].value, + } %} + {% endfor %} +{% endif %}