+
+
Reserved
+
+ This section is reserved for future use.
+
+
+ {% endif %}
+
+
+
+
Description
+
{% autoescape false %}
{{ park.description|replace("\n","
") }}
{% endautoescape %}
-
-
History
-
+
+
+
+ {# sometimes add another block in, we'll use the id to decide #}
+ {% if park.id % 5 == 0 %}
+
+
+
Other
+
+ This section is reserved for future use.
+
+
+ {% endif %}
+
+
+
+
History
+
{% autoescape false %}
{{ park.history|replace("\n","
") }}
{% endautoescape %}
-
-
+
+
+
+ {# sometimes add another block in, we'll use the id to decide #}
+ {% if park.id % 11 == 0 %}
+
+
+
Other
+
+ This section is reserved for future use.
+
+
+ {% endif %}
+