{% if is_correct|default(False) %}

Congratulations! Your answer is correct!

{% else %}

{{ title }}

Your response

{% for atom in case %} {{ atom }} {% if atom.type == 'input' %}
{% endif %} {% endfor %}

Expected answer

{% for atom in answer_key %} {{ atom }} {% if atom.type == 'input' %}
{% endif %} {% endfor %}
{% endif %}