{% extends "global/Page.html" %} {% block content %}

{{ question }}

You answered: {{ answer }}
{% if is_correct %} Correct! {% else %} Incorrect.
The correct answer is: {{ correct_answer }} {% endif %}

{{ explanation }}

{% endblock %}