{% for event in include.collection %} {% assign lead = event.speakers[0] %} {% assign lead_data = site.data.speakers | where: "id", lead.id | first %}
{% if lead_data.profilePicture%}
{% else %}
{% endif %}
{{ lead_data.fullName | escape }}
{{ event.title | escape }}
{% endfor %}