{% extends "base.html" %} {% block title %}登录 · {{ app_name }}{% endblock %} {% block content %}

Authentication

登录

登录成功后会进入受保护的 config 页面。

{% if error_message %}
{{ error_message }}
{% endif %}
{% endblock %}