{# 基础模板 #} {% block title %}智队中枢{% endblock %} {# Tailwind CSS #} {# 自定义样式 #} {# HTMX #} {% block extra_head %}{% endblock %} {# Token 检查 - 如果没有 token 就跳转到登录页面 #} {# 导航栏 #} {% include 'components/navbar.html' %}
{# 侧边栏 #} {% include 'components/sidebar.html' %} {# 主内容区 #}
{% block content %}{% endblock %}
{# Toast 提示 #} {% include 'components/toast.html' %} {# 主题切换脚本 #} {% block scripts %}{% endblock %}