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

{{ page.title }}

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