{% extends "global/Page.html" %} {% load otree static %} {% block title %} Testing that my stuff works {% endblock %} {% block content %} {% formfield player.test_string %} {% formfield player.test_integer %} {% next_button %} {% endblock %}