diff --git a/templates/park_detail.html b/templates/park_detail.html
index 5b1f92e..bea0fc8 100644
--- a/templates/park_detail.html
+++ b/templates/park_detail.html
@@ -60,6 +60,8 @@
{% endif %}
+ {# optional #}
+ {% if park.history %}
History
@@ -69,6 +71,7 @@
{% endautoescape %}
+ {% endif %}
{# sometimes add another block in, we'll use the id to decide #}
{% if park.id % 11 == 0 %}
diff --git a/templates/parks.html b/templates/parks.html
index 1f64c8b..f6c1f54 100644
--- a/templates/parks.html
+++ b/templates/parks.html
@@ -24,13 +24,13 @@