form_page_landing.html 167 B

1234567
  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 %}