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

{{ page.title }}

{% if page.intro %} {{ page.intro|richtext }} {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}