{% block extra_head %}{% endblock %}
☰
TMH Dashboard
☾
{% if user %}
{{ user.name[:1] | upper if user.name else 'U' }}
{{ user.name or '用户' }}
退出登录
{% endif %}
概览
记忆
合并
规范
搜索
{% if is_admin %}
管理后台
{% endif %}
{% block breadcrumb %}
概览
{% block breadcrumb_items %}{% endblock %}
{% endblock %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}