{% include 'app_site_map.html' %}
Регистрация нового пользователя
{% for message in request.session.pop("_flash", []) %}
{{ message.message }}
{% endfor %}
Введите ваши данные
Зарегистрироваться
{% include 'app_site_map.html' %}