{{ extends "global/Page.html" }} {{ block title }} Welcome to the Public Goods Game {{ endblock }} {{ block content }}
{% if is_leader %} {% include 'public_goods_leader_variable/leader_intro.html' %} {% else %} {% include 'public_goods_leader_variable/member_intro.html' %} {% endif %}

Ready to begin? When you click the button below, you'll wait for all other participants to be ready. Once everyone is ready, the round will begin and timers will start.

{{ next_button label='I\'m Ready to Start' }} {{ endblock }}