{{ right }}
{# Mobile and desktop widget lists (issue #176) render as two separate #}
{# regions toggled by Tailwind's responsive display utilities, matching #}
{# the "hidden lg:flex" convention already used above for the site name. #}
{# A display:none region is dropped from the accessibility tree by every #}
{# evergreen browser/screen-reader pairing, so the hidden copy needs no #}
{# aria-hidden of its own. #}
{% for widget in mvp_config.layout.navbar.mobile.end %}
{% endfor %}
{% for widget in mvp_config.layout.navbar.desktop.end %}
{% endfor %}