{% extends "base.html" %} {% block content %} {% for item in results %} {% endfor %}
{% for parent in item.get_ancestors %} {{ parent.name }} » {% endfor %} {{ item.name }}
{% endblock %}