{% for url, label in breadcrumbs %} {% if forloop.last %} {{label}} {% else %} {{ label }} › {% endif %} {% endfor %}