{% extends "base.html" %} {% block title %}导航 · 本地导航{% endblock %} {% block body %}

本地导航

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for cat, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}
在左侧点击服务,在此区域以内嵌方式打开(不跳转、不开新标签)
{% endblock %}