{% extends "base.html" %} {% load i18n %} {% block extrahead %} {% endblock %} {% block content %}
{% csrf_token %}
{% with topicForm as form %} {% include "form.html" %} {% endwith %} {% with messageForm as form %} {% include "form.html" %} {% endwith %}
{% endblock %}