{% extends "global/Base.html" %} {% load staticfiles otree %} {% load static %} {% block title %} Instructions for Task 2 {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% include 'instructions/BeginInstructions.html' %}
{% endblock %}