1. {% for crumb in breadcrumbs %} {% if forloop.revcounter > 1 %} {# the counter does a relative path expansion (e.g., href="..", href="../..", href="../../..", etc.),#}
  2. {{ crumb }}
  3. {% else %} {# The final entry is the current page #}
  4. {{ crumb }}
  5. {% endif %} {% endfor %}