Gallery
{% load thumbnail %}
{% for i in imagegallery %}
{% thumbnail i.file "600x500" crop="center" as big %}
{% thumbnail i.file "100x100" crop="center" as thumb %}
{% endthumbnail %}
{% endthumbnail %}
{% endfor %}
Participant List
{% for p in participants %}
{{ p.short_bio|markdown }}
{% endfor %}