- Docs »
 
    {% if current_page %}
      {% for doc in current_page.ancestors %}
        {% if doc.link %}
          - {{ doc.title }} »
 
        {% else %}
          - {{ doc.title }} »
 
        {% endif %}
      {% endfor %}
    {% endif %}
    {% if current_page %}- {{ current_page.title }}
 {% endif %}
    - 
      {% if repo_url %}
        {% if repo_name == 'GitHub' %}
           Edit on GitHub
        {% elif repo_name == 'Bitbucket' %}
           Edit on BitBucket
        {% endif %}
      {% endif %}