{% extends "gemini-protector-gui/layouts/base.html" %} {% block title %} Configurate {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Configurate
{% endblock content %} {% block javascripts %} {% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% if category == 'config_update_success' %} {% endif %} {% if category == 'config_update_fail' %} {% endif %} {% endfor %} {% endwith %} {% endblock javascripts %}