{% extends "base.html" %} {% load cms_tags %} {% block body %} {% page_attribute 'page_title' %} Send us a message {% csrf_token %} {% for field in form %} {{ field.label_tag }} {{ field }} {% endfor %} Submit {% endblock body %}