{% extends "gemini-protector-gui/layouts/base-fullscreen.html" %} {% block title %} Login {% endblock %} {% block content %}

Login

{% if msg %} {{ msg | safe }} {% else %} Welcome to Gemini-Self Protector Dashboard {% endif %}

{% endblock content %} {% block javascripts %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% if category == 'logout' %} {% endif %} {% if category == 'required_login' %} {% endif %} {% if category == 'error' %}
{{ message }}
{% endif %} {% endfor %} {% endwith %} {% endblock javascripts %}