标签: twig
我需要在树枝上获得循环的第一项。问题是循环在另一个循环中。
{% for collection in collections %} {% for innerItem in collection %} {{ loop.first }} {% endfor %} {% endfor %}
此变量始终返回1.