{% macro talkEventLocation(eventData, event) %} {% if eventData.location %} in {{ eventData.location }} {% endif %} {% if event.online %} (online) {% endif %} {% endmacro %}