{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Introduction{% endblock %}
{% block content %}
{% if player.role == 'A' %} {% include 'signaling/IntroductionA.html' %}
{% else %} {% include 'signaling/IntroductionB.html' %} {% endif %}
{% next_button %}
{% endblock %}