diff --git a/templates/index.html b/templates/index.html
index 1f8ab24..972ac80 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -101,7 +101,9 @@
- Today is {{now.strftime("%A, %-d %b %Y")}}
- - GBPUSD: {{"{:,.3f}".format(gbpusd)}}
+ {% if gbpusd %}
+ - GBPUSD: {{"{:,.3f}".format(gbpusd)}}
+ {% endif %}
- GWR advance ticket furthest date:
{% if gwr_advance_tickets %}
{{ gwr_advance_tickets.strftime("%A, %-d %b %Y") }}