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

5 lines
158 B
Twig
Raw Normal View History

2019-11-01 18:55:09 +00:00
{% macro talkEventLocation(eventData, event) %}
2019-11-01 19:17:53 +00:00
{{ eventData.location ? 'in ' ~ eventData.location }}
{{ event.online ? ' (online)' }}
2019-11-01 18:55:09 +00:00
{% endmacro %}