I cannot make this work:
{% for item in coll %}
{% include "fragment.html" with name="slack" item=item %}
{% endfor %}
item
and name
is then used in the fragment.html template.
name
works, but item
not
Is that supported?asked here too: https://stackoverflow.com/questions/64204216/variable-not-expanded-inside-an-included-selmer-template