{% assign post_tag = blog.tags.first %}
{% assign post_id = blog.id %}
{% if blog.tags.size > 0 %}
{% collection offers, tag:post_tag, limit:1, order:created_at desc %}
{% if offers.size > 0 %}
{% for offer in offers %}
{% unless offer.tags.first == 'supplier' %}
{{blog.title}}
{% if blog.primary_media.type == 'photo' %}
{% elsif blog.primary_media.type == 'video' %}
{% endif %}
{{blog.content}}
Interested in {{offer.title}}?
Check Here {% endunless %} {% endfor %} {% endif %} {% endif %}
{% if blog.place.title != 'Anywhere' %}
{% else %}
{% partial wdywtg_form %}
{% endif %}
{% collection products, tag:post_tag, limit:4, order:hits_all desc %}
{% if products.size > 0 %}
Start your trip to {{blog.place.short_title}}
Let us help you plan your trip
Featured Experiences
{% for p in products %}
{% endif %}
{% collection blogs&products, tag:post_tag, order:'hits_all desc', exclude:post_id, limit:6, name:popular_posts %}
{% partial popular_posts_side %}
{% if p.primary_media.type == 'photo' %}
{% endif %}
{% endfor %}
{{p.title}}
{% if p.summary.size > 0 %} {{p.summary | truncate:60}} {% else %} {{p.content | strip_html | truncate:60}} {% endif %} more
{% if p.price %} from {{p.price | money}} {{p.currency}} {% if p.unit_name.size > 0 %}per {{p.unit_name}}{% endif %} {% endif %}