{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Introduction {% endblock %} {% block content %} {% if player.rounds["1"] == 'A' %} {% include Constants.example1 %} {% elif player.rounds["1"] == 'B' %} {% include Constants.example2 %} {% endif %} {% next_button %} {% endblock %}