{% extends "global/SimplePage.html" %} {% load otree %} {% load static otree%} {% block content %}
{% if participant.vars.f_news %}
image1

This Headline is False

image1
{% else %}
image2

This Headline is True

{% endif %}
{% include "global/ButtonNext.html" with button_text="Next" %} {% endblock %}