diff --git a/templates/macros.html b/templates/macros.html
index 3d834cf..62dad0a 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -32,6 +32,8 @@
{% if item.price and item.currency %}
{{ "{:,d}".format(item.price | int) }} {{ item.currency }}
+ {% elif item.free %}
+ free to attend
{% endif %}
{{ item.topic }}