{% extends 'contact/base.html' %} {% block title %}{{ controller.name }}{% endblock %} {% block content %}

{{ controller.name }}

{{ form.non_field_errors }} {{ form.errors }}
{% csrf_token %} {{ form.as_p }}

{% endblock %} {% block complementary %} {{ controller.pre_form_msg }} {% endblock %} {% block extrascript %} {% if controller.limit_words %} {# to-do: make this reusable #} {% endif %} {% endblock %}