{% extends "web/base.html" %} {% block title %} Poll: {{ object.question }} {% endblock %} {% block body %}
We have a question for you. {{ object.question }}
So far we have {{ object.up_votes }} upvotes and {{ object.down_votes }} downvotes, for an overall vote of {{ object.score }}!
Do you agree or disagree?