{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-formpage{% endblock %} {% block content %}

{{ page.title }}

{{ page.thank_you_text|richtext }}
{% endblock content %}