{% extends "base.html" %} {% set title = question.question_text %} {% block content %} {% if error_message %}

{{ error_message }}

{% endif %}
{% for choice in choices %}
{% endfor %}
{% endblock %}