{% for url, title in nodes %} {% if not forloop.first %}›{% endif %} {% if url == None %} {{ title }} {% else %} {{ title }} {% endif %} {% endfor %}