oliverdavies.uk/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 %}