{%extends 'polls/base.html'%} {%block content1%} {%if obj%}
{% csrf_token %}

{{obj.question_text}}

{%else%}

Empty question!

{%endif%} {%endblock%}