{% block extra_head %}{% endblock %}
aether
v0.1
文章库
源管理
草稿库
agents
设置
仪表盘
{# Global progress bar — polled every 2s by HTMX. Hidden by default; the partial injects content (or stays empty) on each poll. #}
{% if request.query_params.error %}
错误:
{{ request.query_params.error }}
{% endif %} {% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}