注册新账号

{% with messages = get_flashed_messages() %} {% if messages %}
{% for msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}
已有账号?登录