{{ extends 'global/Page.html' }}
{{ block title }}Introduction{{ endblock }}
{{ block content }}
Instructions:
Above is the game tree.
{{if player.id_in_group == 1}} You are Player 1 and will go first. {{else}} You are Player 2 and will go second if Player 1 decides to continue. {{endif}}
{{ next_button }} {{ endblock }}