{% extends "global/Page.html" %} {% load otree %} {% block title %} Welcome to the experiment! {% endblock %} {% block content %} {% include Constants.instructions_template %}
Click next to continue the experiment.
{% next_button %} {% endblock %}