Loading Parks

{% assign all_activities = '' %} {% assign all_states = '' %} {% assign all_parks = '' %}
{% for item in data.filtered %} {% assign image = item.images[0].url %} {% for info in extraInfo %} {% if info.park_title == item.name and info.image %} {% assign image = info.image %} {% endif %} {% endfor %}
{% endfor %}
{% assign product = active_story.product %} {% assign prev_product = prev_story.product %} {% assign next_product = next_story.product %}
{% if prev_product %}
{% endif %} {% if next_product %}
{% endif %}
{% for image in product.images %}
{% if forloop.index == 2 %} {% for project in projects %} {% if product.tags contains project.tag %}
{{ project.description }}
{% break %} {% endif %} {% endfor %} {% endif %} {% endfor %}
{{ product.body_html }}

{{ product.title }}