{% extends 'base.html' %} {% block kb_breadcrumb %} KB {% for parent in page.get_ancestors %} {% if parent.url %} {{ parent.title }} {% endif %} {% endfor %} {% endblock %}