{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% csrf_token %} {{ form.as_p }}
{% endblock %}