{% extends 'polls/base.html' %} {% block content %}
{% csrf_token %} {{ form }} {% with form=form %} {% include 'polls/poll/formset.html' %} {% endwith %}
{% endblock %}