{% extends base_template %} {% block body_class %}two-choice-quiz{% endblock %} {% block content %}

{{ title }}{% if question_number %}question {{ question_number }}/{{ num_questions }}{% endif %}

{% if description %}
{{ description }}
{% endif %}
{% csrf_token %}
{{ question.before }} ____ {{ question.after }}
{% endblock %}