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

{{poll.text}}


{% if error_message %}

{{error_message}}

{% endif %}
{% for choice in poll.choices %}
{% endfor %}
{% endblock %}