{% include 'header.html' %}
用户注册
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}

请填写以下信息完成注册

{% include 'footer.html' %}