{% extends "layout.html" %} {% block content %}

Talks

{{ this.intro }}

{% for showcase_item in this.children %}

{{ showcase_item.name }}

{% if showcase_item.cover_image %} {% set image = showcase_item.attachments.get(showcase_item.cover_image) %}
{% endif %}

{{ showcase_item.description }}

{% endfor %}
{% endblock %}