{% extends "global/Page.html" %} {% load otree %} {% block title %}First Page{% endblock %} {% block content %}

This is a paragraph. And this is the first page, there are 3 in total

{% formfields %} {% next_button %} {% endblock %}