{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Are you still there?
{% endblock %}
{% block content %}
Please click next within
{% next_button %}
{% endblock %}
{% block scripts %}
{# Here we include javascript block where we connect via websockets to oTree server #}
{% include './includes/channel-js.html' %}
{% endblock %}