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

6 lines
147 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 %}
{% endmacro %}