{% extends 'base.html' %} {% load static %} {% block title %} {{ question.question_text }} {% endblock %} {% block css_links %} {% endblock %} {% block content %} {% include 'navbar.html' %}

{{ question.question_text }}

Vote again?
{% endblock %}