{% extends "otree/BaseBuiltIn.html" %} {% block title %} Sample games {% endblock %} {% block content %} {% include 'otree/TopMenu.html' %}
{{ intro_text|safe }}
{% if is_debug %}
You can add entries to this list in settings.py.
{% endif %}
{% endblock %}