oliverdavies.uk/source/_layouts/helpers.html.twig

10 lines
207 B
Twig
Raw Normal View History

2019-11-01 18:55:09 +00:00
{% macro talkEventLocation(eventData, event) %}
{% if eventData.location %}
in {{ eventData.location }}
{% endif %}
2019-11-01 18:55:25 +00:00
{% if event.online %}
(online)
{% endif %}
2019-11-01 18:55:09 +00:00
{% endmacro %}