{% extends "base.html" %} {% block content %} 用户登录 {% if error %} {{ error }} {% endif %} 用户名 密码 登录 {% endblock %}