Login
{% if error %}
{% end %}
{% try %}{% set user = handler.kwargs.user.arg %}{% except %}{% set user = 'user' %}{% end %}
{% try %}{% set password = handler.kwargs.password.arg %}{% except %}{% set password = 'password' %}{% end %}
{% if email is None and otp is None %}
I already have the OTP
{% else %}
{% if handler.request.method == 'POST' %}
We sent an email to {{ email }}
with an OTP and link to log in.
Once you receive the OTP, enter it below.
{% end %}
Request new OTP
{% end %}