oliverdavies.uk/source/_layouts/helpers.html.twig
2019-11-01 19:17:53 +00:00

5 lines
158 B
Twig

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