{% extends "base.html" %} {% block title %}登录信息{% endblock %} {% block content %}

🔐 登录信息

{% if message %}
{{ message }}
{% endif %} {% endblock %}