{% extends "sites_faciles/content_page.html" %} {% load static design_system_tags wagtailcore_tags wagtailimages_tags i18n form_filters %} {% block content %} {{ block.super }}
{% csrf_token %} {% comment %} {{ form.as_p }} {% endcomment %} {{ form.non_field_errors }} {% for field in form %}
{{ field.label_tag }}
{{ field }}
{{ field.help_text }} {{ field.errors }}
{% endfor %}

{% endblock content %} {% block follow_newsletter_social_media %} {% endblock follow_newsletter_social_media %}