Erro de sintaxe na linha 14 do arquivo: Unexpected "endfor" tag (expecting closing tag for the "if" tag defined near line 13).
{% for section in sections %} {% if section.visible %} {% include 'sections/' ~ section.section_alias ~ '.twig' with section %} {% endfor %}
{% for section in sections %} {% if section.visible %} {% include 'sections/' ~ section.section_alias ~ '.twig' with section %} {% endif %} {% endfor %}
Was this page helpful?