{% autoescape off %}
{% comment %}
All slides except the first one start off with a "disabled" class, which will
make them "display: none". This will avoid loading pointless remote resources
(banners) if Javascript is disabled. The "disabled" class is then removed via
Javascript.
{% endcomment %}
{% for exhibit in exhibits %}
-
{{ exhibit.html }}
{% endfor %}
{% endautoescape %}