{% extends "global/Page.html" %} {% load otree static %} {% block title %} Text input {% endblock %} {% block content %}
The number is {{player.display_value }}

{% formfield player.input_text label="The number is:"%}
{% next_button %} {% endblock %}