{# We originally called this page 'layout.html'. However there seems to be a bug with Dallinger #}
{# whereby it is not possible to override the built-in layout.html using the extra_files method. #}
{# We therefore have to give this base template a different name. We should investigate this bug further. #}
{% extends "base/layout.html" %}
{% include "theme.html" %}
{% block scripts %}
{{ super() }}
{% if participant is defined %}
{% endif %}
{% endblock %}