{% extends "global/Page.html" %} {% load otree static %} {% block title %} Hoe heet jij? {% endblock %} {% block content %} {% formfield player.name label="Wat is je naam?" %} {% next_button %} {% endblock %}