{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Stroop test {% endblock %} {% block content %}

What color you can see below?

{% for c in Constants.colors %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}