{% for url, title in breadcrumbs %} {% if not loop.last %}
  • {{ title }}
  • {% else %}
  • {{ title }}
  • {% endif %} {% empty %}
  • /
  • {% endfor %}