--- title: Sign in listed: false published: true handle: sign_in --- {% extends 'index' %} {% block content %}

Sign in

{% if current_account %}
You're already authenticated!
{% else %}
{% if auth_signed_out %}
{{ auth_signed_out | translate }}
{% endif %} {% if auth_wrong_credentials %}
{{ auth_wrong_credentials | translate }}
{% endif %}
{% endif %} {% endblock %}