{% if product.primary_media.type == 'video' %}
{% endif %}
{{product.primary_media.html}}
{% elsif product.primary_media.type == 'photo' %}
{{product.title}}
{{product.summary}}
{% endif %}
{{product.content}}
{% if itinerary.size > 0 %}
Itinerary
{% for i in itinerary %}
{% assign day_number = forloop.index | prepend:'Day ' %}
{% endif %}
{{i.content}}
{% endfor %}
{% endif %}
{% if product.attachments.size > 1 %}
{% for a in product.attachments offset:1 %}
{% if a.type == 'video' %}
{{day_number}}: {{i.title | remove_first:day_number }}
{% if i.primary_media.size > 0 %}
{{a.html | escape}}
{% elsif a.type == 'photo' %}
- You will visit the following places: {% for p in product.places %}
-
{{p.title}}
{% if p.content.size > 0 %}{{p.content | strip_html}}
{% endif %}
{% endfor %}
{{product.price_info}}
{% endif %}
{% partial disclaimer %}
Featured Experiences
{% for p in related_offers %}
{% endfor %}
Featured Stories
{% for b in related %}
{% endfor %}
{% if b.primary_media.size > 0 %}
{% endif %}
{{b.title}}
{% if b.summary.size > 0 %} {{b.summary | truncatewords:40}} {% else %} {{b.content | strip_html | truncatewords:20}} {% endif %} learn more