form_page_landing.html 166 B

123456
  1. {% extends "base.html" %}
  2. {% load wagtailcore_tags %}
  3. {% block content %}
  4. <h1>{{ page.title }}</h1>
  5. {{ page.thank_you_text|richtext }}
  6. {% endblock content %}