{{ meeting.intro|markdown }}
{% if sponsors %}
Supported by:
{% for s in sponsors %}
{% thumbnail s.logo "120x" crop="center" as thumb %}
{% endthumbnail %}
{% endfor %}
{% endif %}
{% ifnotequal sessions|length 0 %}
{% for s in sessions %}
{{ s.title }}
{{ s.intro|markdown }}
{% ifnotequal s.talks|length 0 %}
{% for talk in s.talks %}
{% for d in talk.documents %}
{% endfor %}
{% for a in talk.audio %}
{% endfor %}
{% for v in talk.video %}
{% endfor %}
{{ talk.title }} by {{ talk.presenter }}
{% for i in imagegallery %}
{% thumbnail i.file "600x500" crop="center" as big %}
{% thumbnail i.file "164x114" crop="center" as thumb %}
{% endthumbnail %}
{% endthumbnail %}
{% endfor %}