{% if current_page %} {% for doc in current_page.ancestors %} {% if doc.link %} {{ doc.title }} {% else %} {{ doc.title }} {% endif %} {% endfor %} {% endif %} {{ page_title | default(site_name, true) }}