{% set talks = site.talks|filter(talk => talk.speaker == page.name) %} {% if talks is not empty %}

Talks by {{ page.name }}

{% endif %}