{% extends "otree/BaseAdmin.html" %} {% block title %} Demo {% endblock %} {% block content %}
{{ intro_text|safe }}
{% if is_debug %}
You can add entries to this list in settings.py.
{% endif %}
{% endblock %}