⚠️ MODO DESENVOLVIMENTO ⚠️ | Porta 5000 | python app.py | Debug ON
⚠️ MODO DESENVOLVIMENTO ⚠️ Porta 5000 python app.py Debug: ON
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{# Modal de Senha Admin #} {% if current_user.is_authenticated and current_user.is_admin() %} {% endif %} {% block extra_js %}{% endblock %}