{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questions {% endblock %} {% block content %} {% if session.config.treatment == True %}
Hi
{% else %}
Good Afternoon
{% endif %} {% formfields %} {% next_button %} {% endblock %}