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



{% for question in question_list %} {{ question.question | safe }}

{% endfor %}



{% endblock %}