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

{{poll.text}}


{% for choice in poll.choices %}
{{choice.text}}
{{choice.votes}}
{% endfor %}
Vote again? {% endblock %}