{# coffee auth-status — header login state. Auth state via the auth_state provider; endpoints match the platform (/login, /login?tab=register, /api/auth/logout, /api/auth/resend-verification). #} {% if not auth.logged_in %}
Login Sign up
{% else %} {% if not auth.email_verified %}
Please verify your email address.
{% endif %}
{% endif %}