{% assign offer_tag = blog.tags.first | remove:'#' %}
{% assign post_id = blog.id %}
{% partial addthis %}
{% if blog.place.title != 'Anywhere' %}
{% elsif blog.tags.size > 0 %}
{% collection offers, tag:blog.tags.last, limit:1, order:created_at desc %}
{% if offers.size > 0 %}
{% for offer in offers %}
{% if offer.tags.first == 'specialist' %}
{{blog.title}}
{% if blog.primary_media.type == 'photo' %}
{% elsif blog.primary_media.type == 'video' %}
{% endif %}
{% if blog.summary.size > 0 %}
{{blog.summary | strip_html}}
{% endif %} {{blog.content}}Start your trip to {{blog.place.short_title}}
Let us help you plan your trip
Interested in {{offer.title}}?
Check Here {% endif %} {% endfor %} {% endif %} {% endif %}
{% collection products, tag:offer_tag, limit:6, order:hits_all desc %}
{% if products.size > 0 %}
Featured Experiences
{% for p in products %}
{% endif %}
{% 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 %}
Liquid error: internal