Answer the question
In order to leave comments, you need to log in
Twig_Error_Syntax due to second for on page?
An error is thrown:
Fatal error: Uncaught exception 'Twig_Error_Syntax' with message 'Unexpected "i" tag (expecting closing tag for the "for" tag defined near line 46) in...
{% set i = 1 %}
{% for i in 1..banners|length %}
#slideshow div:nth-child( {% i %} ) { animation-delay: {% i %}s; }
{% endfor %}
<div id="slideshow{{ module }}">{% for banner in banners %}
<div style='background-image: url("{{ banner.image }}"); display: block;'></div>
{% endfor %}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question