{# auth-form (editorial) — typographic login/register in an editorial-panel with small-caps labels, hairline tab rules and oxblood active tab. Wiring UNTOUCHABLE: single shared #auth-message, /api/auth/login (email,password) and /api/auth/register (username,email,password), hx-target #auth-message, captcha injected from _captcha_widget. #} {% if context.isPublicLoggedIn %}

You are signed in as {{ context.publicUsername }}

My account
{% else %}
{% if _captcha_widget %}{{ _captcha_widget|safe }}{% endif %}

Forgot password?

{% if _captcha_widget %}{{ _captcha_widget|safe }}{% endif %}
{% endif %}