{# src/examen/templates/question.html #} {% extends "base.html" %} {% block title %}Q{{ qnum }} โ {{ topic_label }}{% endblock %} {% block content %}
{{ question.prompt }}
{% for block in code_blocks %} {% with block=block %}{% include "_code_block.html" %}{% endwith %} {% endfor %}