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

Contact {% firstof member.username site.name %}

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

{% endblock %}