PluralKit Premium
{% if let Some(session) = session %}
logged in as
{{ session.email }}.
log out
{% endif %} {% if show_login_form %}
Enter your email address to log in.
Send
{% endif %} {% if let Some(msg) = message %}
{{ msg }}
{% endif %}