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

{{ greeting }}

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