{% import "glossary.html" as glossary %}
{% if pagename == "search" %} {% set title = _('Search') %} {% endif %} {% if pagename != "index" %}   {{glossary.root_page}}      {{ title }} {% else %}   {{glossary.root_page}} {% endif %} {% if pagename != "search" %} {% if display_github %}   {{glossary.on_github}} {% elif display_bitbucket %}   {{glossary.on_bitbucket}} {% elif show_source and source_url_prefix %}   {{glossary.on_source}} {% elif show_source and has_source and sourcename %}   {{glossary.on_source}} {% endif %} {% endif %}