{% extends 'polls/base.html' %} {% block content %} {{ block.super }}

{{ question }}

{% csrf_token %} {{ form }}
{% endblock %}