{% extends "base.html" %} {% load static %} {% block content %}

Questions in Course {{ course_id }}

{% csrf_token %} {% for question in questions %}
{% endfor %}
{% endblock %}