{% set list = [ 1, 2, 3, 4, "a", "b", "c" ] %} {% for item in list %}{{ item }}, {% endfor %}