{% extends "base.html" %} {% block title %}登录 · {{ app_name }}{% endblock %} {% block content %} Authentication 登录 这个页面只负责当前 Python 重构项目的基础登录能力。配置管理等页面会在后续迭代中接入。 {% if error_message %} {{ error_message }} {% endif %} Username Password 登录 {% endblock %}
Authentication
这个页面只负责当前 Python 重构项目的基础登录能力。配置管理等页面会在后续迭代中接入。