{{ csrf_meta()|safe }} {% block title %}Squid Web Manager{% endblock %} {% block head %}{% endblock %} {% if current_user %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% if current_user %} {% endif %} {% block scripts %}{% endblock %}