luminus 2020-10-01

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?