{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock title %} {% block styles %} {# #} {% endblock styles %} {% block content %}

You will be presented with {{ num_mazes }} mazes, each of which you will be given at most {{ minutes_to_solve }} minutes to complete.

{% endblock content %} {% block scripts %} {% endblock scripts %}