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