{% load wagtailcore_tags %} {% if ancestors %}

Home > {% for ancestor in ancestors %} {% if forloop.last %} {{ ancestor }} {% else %} {{ ancestor }} > {% endif %} {% endfor %}

{% endif %}