{% extends "base.html" %} {% block title %}Quiz{% endblock %} {% block content %}

Question {{ num }}

{{ q.question }}

{% for choice in q.choices %}
{% endfor %}
{% endblock %}