{{ product_name }}
{% for item in nav_items %} {{ item.label }} {% endfor %} {% if is_authenticated %} Dashboard {% elif nav_cta %} {{ nav_cta.label }} {% endif %} {# #938 — `[ui] dark_mode_toggle = false` hides the marketing theme toggle alongside the in-app shell toggles. #} {% if dark_mode_toggle_enabled() %} {% include "site/includes/theme_toggle.html" %} {% endif %}