6 lines
147 B
Twig
6 lines
147 B
Twig
{% macro talkEventLocation(eventData, event) %}
|
|
{% if eventData.location %}
|
|
in {{ eventData.location }}
|
|
{% endif %}
|
|
{% endmacro %}
|