79412075

Date: 2025-02-04 14:46:14
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

{% set example_array = {foo: 'bar'} %}

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