{% extends 'polls/base.html' %} {% load poll_tags %} {% block content %} {{ block.super }} {% poll_vote instance %} {% endblock %}