{% load static %}
Index Title
{% if latest_question_list %}
{% for question in latest_question_list %}
{{ question.question_text }}
{% endfor %}
{% else %}
No t2020_polls are available.
{% endif %}