{%- for item in top_bar_items -%}
{% if not item.parent_label and not item.right -%}
{{ render_item(item, parent=True) }}
{%- endif -%}
{%- endfor %}
{%- endif %}
{% include "templates/includes/navbar/navbar_search.html" %}
{%- for item in top_bar_items -%}
{% if not item.parent_label and item.right -%}
{{ render_item(item, parent=True) }}
{%- endif -%}
{%- endfor %}
{% if not only_static %}
{% block navbar_right_extension %}{% endblock %}
{% endif %}
{% if show_sidebar and sidebar_items %}