誰でもこれが理由を教えてもらえますか:
{% for key, logo in it %}
{% set imageUrl = "bundles/acme/img/it/"~logo %}
<li><img src="{{ get_image(imageUrl) }}" alt="{{ key }}"0/></li>
{% endfor %}
これを引き起こします:
An exception has been thrown during the compilation of a template ("Attribute "value" does not exist for Node "Twig_Node_Expression_Name".")
アドバイスがあればthx