{% extends 'base.html' %} {% block headtitle %}Validate a {{ help_item }}{% endblock %} {% block content %}

Validate a {{ help_item }}

{{ help_text|safe }}

Example: {{ help_example }}

{% csrf_token %} {% include 'simpleform.html' with form=form %}
{% endblock %}