{% extends 'base.html' %} {% block title %} Index {% endblock %} {% block content %}

New Message

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