{% extends 'base_content_page.html' %} {% load wagtailcore_tags %} {% comment %} Newsletter subscription landing (thank you) page variant - Matches the newsletter form variant styling {% endcomment %} {% block page_content %}

{{ page.title }}

{% if page.thank_you_text %} {{ page.thank_you_text|richtext }} {% else %}

🎉 Welcome aboard! You've successfully subscribed to our newsletter.

Check your email for a confirmation message, and get ready for amazing content!

{% endif %}
Return Home Read Our Blog
{% endblock page_content %}