{% extends "global/Page.html" %} {% load otree %} {% block title %}
Welcome to {{ game_name }} !
Introduction
{% endblock %} {% block content %}

{% include Constants.instructions_template2 %}

{{ pdf_link_text }} {% endblock %}