Congratulations! Your answer is correct!
{% else %}
{% for atom in case %}
{{ atom }}
{% if atom.type == 'input' %}
{% endif %}
{% endfor %}
{% for atom in answer_key %}
{{ atom }}
{% if atom.type == 'input' %}
{% endif %}
{% endfor %}