- Docs »
 
    {% if page %}
      {% for doc in page.ancestors %}
        {% if doc.link %}
          - {{ doc.title }} »
 
        {% else %}
          - {{ doc.title }} »
 
        {% endif %}
      {% endfor %}
    {% endif %}
    {% if page %}- {{ page.title }}
 {% endif %}
    - 
      {%- block repo %}
      {% if page and page.edit_url %}
         Edit on {{ config.repo_name }}
      {% endif %}
      {%- endblock %}