{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please add the numbers {% endblock %} {% block content %} {{ number_1 }} + {{ number_2 }} = ? {{ formfields }} {{ next_button }} {% endblock %}