{% extends "includes.html" %} {% block content %}
{{ msg }}
{% csrf_token %} {{ form2.as_p }} {{ form3.as_p }}
{% endblock content %}