{% macro talkEventLocation(eventData, event) %}
{{ eventData.location ? 'in ' ~ eventData.location }}
{{ event.online ? ' (online)' }}
{% endmacro %}