{% for page in self.get_ancestors %} {% if page.is_root == False %}
  • {{ page.title }}
  • {% endif %} {% endfor %}
  • {{ self.title }}