{% extends "global/Page.html" %} {% load otree %} {% block title %} Rolling the Dice {% endblock %} {% block content %}
Click the "Next" button to roll the dice. You better hope you're lucky!
{% next_button %} {% include Constants.instructions_template %} {% endblock %}