{# brutalist auth-status override — header login state. Logout/resend HTMX endpoints load-bearing. Context: context.isPublicLoggedIn, context.publicDisplayName, context.publicUsername, context.publicEmailVerified. #} {% if not context.isPublicLoggedIn %}
Login Sign Up
{% else %} {% set displayName = context.publicDisplayName|default:context.publicUsername %} {% if not context.publicEmailVerified %}
Please verify your email address.
{% endif %}
{% endif %}