{% extends "inc/layout.html" %} {% block content %}

{{ message }}

{{ form.csrf() }} {% if form.csrf.errors %} {% for error in form.csrf.errors %}
{{ error }}
{% endfor %} {% endif %}
{% endblock %}