79412082

Date: 2025-02-04 14:49:15
Score: 0.5
Natty:
Report link

This result came up when I searched, before I remembered the solution, so posting it in case it helps anyone.

https://twig.symfony.com/doc/3.x/tags/with.html

{% for item in collection %}

    {% with item %}

        {{ post.title }}
        {{ category.id }}
        {{ var1 }}
         ... etc

    {% endwith %}

{% endfor %}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrew Dinmore