{% if environment %}
{% include "unfold/helpers/label.html" with text=environment.0 type=environment.1 %}
{% endif %}
{% if not theme %}
{% include "unfold/helpers/theme_switch.html" %}
{% endif %}
{% include "unfold/helpers/account_links.html" %}
{% if nav_global_side %}
{{ nav_global_side }}
{% endif %}