{% extends "global/Page.html" %} {% load otree static %} {% block title %} Oops, you got it wrong! {% endblock %} {% block content %}

Your answer: {{ player.answer }}

Correct answer: {{ correct }}

{% next_button %} {% endblock %}