{% extends '__layout__.html' %} {% block title %}OTP Verification{% endblock %} {% block head %} {% endblock %} {% block content %}

VORTEXI

relive childhood memories with freedom

{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Please enter the OTP code from your authenticator app

{% endblock %}