{% extends "layout.html" %} {% block content %}

{{ poll.question }}

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% for choice in poll.choice_set.all %}
{% endfor %}
{% endblock content%}