{# Shared body for SSR pages that auto-POST a query-string token on load (currently: verify.html and email_change_confirm.html). regstack.js reads ``data-rs-token`` and ``data-rs-status`` on the same page; the page's role is just to render the right heading + status message while the JS runs. #} {% macro token_handoff(heading, pending_message, ui_prefix) %}

{{ heading }}

{{ pending_message }}

Back to sign in

{% endmacro %}