{{ 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 %}
⏰ 会话即将过期 (
60
s),点击任意位置续期
续期
{% endif %} {% block scripts %}{% endblock %}