{% extends "layout.html" %} {% block title %}Login{% endblock %} {% block content %} {% include "modal.html" %} {% if current_user.is_authenticated %}

Indexx

{% else %}



{% if totp %}
{% endif %} {% if debug %}{% endif %}
{% endif %} {% endblock %}