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

{{ greeting }}

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