{% extends "global/Page.html" %} {% load otree %} {% block title %} Write one sentence {% endblock %} {% block content %}
Story 1: {{story1}}
{% formfield player.p1_s1 label="Please write the next sentence of the story" %}
Press "Next" to read the second story.
{% next_button %} {{ form.errors }} {% endblock %}