{% extends "base/base.html" %} {%- block content -%} {% import 'maple/auth.html' as auth %}
登陆页
{{ auth.login(form)}}
{% endblock %}