{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %} {% if player.role == 'A' %}
You are Player A!
You are Player B!
{% next_button %}
{% endblock %}