{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{title}} Instructions {% endblock %} {% block content %}

{{ instructions }}

{% next_button %} {% endblock %}