{% for node in breadcrumbs %} {% if not forloop.last %} {{ node.title }} » {% else %} {{ node.title }} {% endif %} {% endfor %}