{# The default template uses only a common subset of Django and Flask syntax. #} {# See also https://jinja.palletsprojects.com/en/latest/switching/#django #} {# But, your project probably runs on a specific web framework exclusively, #} {# so, your customized template may use all syntax of your chosen framework. #} {% if user_code or reset_password_url %} Sign In

Sign In

{% if user_code %}
  1. To sign in, type {{ user_code }} into {{ auth_uri }} to authenticate.
  2. And then proceed.
{% else %} {% endif %} {% if reset_password_url %}
Reset Password {% endif %} {% else %} {% endif %}