{% extends "layout.html" %} {% block title %}{{ _('Login') }}{% endblock %} {% block content %}
{% if g.settings.logo_url %} Logo {% else %} Limristem Logo

{{ g.settings.app_name or 'Limristem Web' }}

{% endif %}
{% if g.settings.custom_message %}
{{ g.settings.custom_message }}
{% endif %} {% if error %} {% endif %}
{% if require_totp %}
Two-Factor Auth

Enter the 6-digit code from your authenticator app.

{% else %}
{% endif %}
Powered by Limristem Web
{% endblock %}