{% with 'one two three four five six' as list %} {% for item in list.split %} {{ item }}
{% endfor %} {% endwith %}