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