{% for item in items %} {% if not loop.last %} {{ item.label }} › {% else %} {{ item.label }} {% endif %} {% endfor %}