{% extends "global/Page.html" %} {% load otree %} {% block title %}Title{% endblock %} {% block content %} {% if res == 3 %}
You are healthy {{ res }}.
You are unhealthy {% endif %} {% next_button %} {% endblock %}