s are added by CSS. #}
{#
Breadcrumbs always start with home icon pointing to the main Nextstrain doc
project.
If the current project is the main project, then we don't hardcode the URL
so the currently viewed version/language is preserved (although we don't
use these features currently).
#}
{% if theme_subproject %}
{% endfor %}
{#
Don't include the current page's title (like the template we're extending
does) because the page title is immediately below these breadcrumbs anyway.
This also follows common UX recommendations for breadcrumbs, e.g. the UK's
Government Digital Service (gov.uk) breadcrumbs component guidelines¹ says:
The breadcrumb should start with your ‘home’ page and end with the
parent section of the current page.
¹ https://design-system.service.gov.uk/components/breadcrumbs/
#}
{% endblock %}