{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% if request.path.startswith('/admin') %} {% else %} {% endif %} {% if chat_enabled and not request.path.startswith('/admin') %} {% include "_chat.html" %} {% endif %} {% if site_whatsapp and not request.path.startswith('/admin') %} {% endif %}