{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %}
Your age is: {{player.age}}
{% next_button %} {% endblock %}