1 {% extends
"base.html" %}
4 <h2>{{ card.question }}
</h2>
6 <p>Correct answer:
<strong>{{ card.answer }}
</strong></p>
8 <div class=
"button right">
9 <a href=
"/level/{{ level }}/{{ card.id }}/check?correct">I was right
</a>
12 <div class=
"button wrong">
13 <a href=
"/level/{{ level }}/{{ card.id }}/check?wrong">I was wrong
</a>