{% extends "global/Page.html" %} {% load otree static %} {% block title %} Experiment 2 will start from the next page {% endblock %} {% block content %}

The first experiment will start after this page.
If you are ready, please press the next button.

{% next_button %} {% endblock %}