{% extends "global/Page.html" %} {% load otree %} {% block title %} Read the following sentence {% endblock %} {% block content %}

{{previoussentence}}

{% next_button %} {{ form.errors }} {% endblock %}