{% extends 'base_content_page.html' %} {% load wagtailcore_tags %} {% comment %} Newsletter subscription variant for FormPage - Optimized for newsletter/subscription forms {% endcomment %} {% block page_content %}

{{ page.title }}

{{ page.body|richtext }}
{% csrf_token %} {{ form.as_div }}

🔒 Your email is safe with us. We respect your privacy and won't spam you.

{% endblock page_content %}