This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/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 %}