{% extends 'base.html' %} {% block content %}
KPSS Deneme
{% for q in questions %}
{{ loop.index }}{{ q.lesson }}

{{ q.question }}

{% for key, val in q.options.items() %} {% endfor %}
{% endfor %}
{% endblock %}