{# ── 思考题区块 ── #} {% if thinking_questions %}
💭 思考题
{% for item in thinking_questions %}
Q{{ loop.index }}: {{ item.question }}
{% if item.hint %}
💡 提示:{{ item.hint }}
{% endif %}
{% endfor %}
{% endif %}