{% extends "global/Page.html" %} {% load otree static %} {% block title %} Hello and welcome to today's experiment. {% endblock %} {% block content %}
Please press 'Next' to start the experiment.
{% next_button %}
{% endblock %}