{% block head %} {% block title %}{{ title }}{% endblock %} {% endblock head %} {% block question_title %} {% endblock %} {% block context_top %} {% if context_type.naive %} {% include 'context1_naive.html' %} {% endif %} {% if context_type.story %} {% include 'story_so_far.html' %} {% endif %} {% endblock %}
{% block question_content %} {% endblock %}

If you have any comments regarding this HIT, or found the instructions hard to understand, please let us know in the box below. We will use this information to improve the task in the future.

{% block context_bottom %} {% endblock %}
{% block postjavascript %} {% endblock %}