Add talkEventLocation macro

This commit is contained in:
Oliver Davies 2019-11-01 18:55:09 +00:00
parent 9d63ec82a7
commit 9b2106e586
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{% macro talkEventLocation(eventData, event) %}
{% if eventData.location %}
in {{ eventData.location }}
{% endif %}
{% endmacro %}