{% for ance in ancestors %}{% if not ance.is_home %}
  • » {% if not forloop.last %}{{ ance.get_menu_title }}{% else %}{{ ance.get_menu_title }}{% endif %}
  • {% endif %} {% endfor %}