{% load static %}
{% block top_navigation_content %}
{% include 'django_spire/element/breadcrumb_element.html' %}
{% block top_navigation_icons %} {% block theme_selector %}
{% include 'django_spire/theme/element/theme_selector.html' with icon_size='fs-2' %}
{% endblock %}
{% include 'django_spire/navigation/mobile_navigation.html' %}
{% endblock %}
{% endblock %}