{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% include "global/fopen_bt.html" %}
Hello there
{% include "global/fopen_at.html" %}
Filler für die Instruktionen
{% include "global/fclose.html" %}
{% endblock %}
{% block scripts %}
{% block styles %}
{% endblock %}
{% endblock %}