{% extends "users/layout.html" %} {% block style %} {% endblock %} {% block content %}

Authentication


{% for mesg in get_flashed_messages() %} {% if loop.index == 1 %}

{{ mesg }}

{% endif %} {% endfor %}
Click here to resend the OTP.

{% endblock %} {% block bottomscript %} {% endblock %}