blob: 92fc1f574d163feff507c854cd3be5866ddd9fcc [file] [log] [blame]
{% set foo = "" %}
{% for item in list %}
{% set foo = item %}
{% endfor %}