{% partial addthis %}
{% if blog.tags.size > 0 %}
{% assign offer_tag = blog.tags.last | remove:'#' %}
{% collection offers, tag:offer_tag, limit:1 %}
{% if offers.size > 0 %}
{% for offer in offers %}
{% endif %}
{% endif %}
{{blog.title}}
Interested in {{offer.title}}?
We are specialists on this kind of travel, we can help you plan your perfect {{offer.title}}
Check Here {% endfor %} {% else %}Start your trip to {{blog.place.short_title | remove:', Anywhere'}}
Let us help you plan your trip
{% if blog.place.size > 0 and blog.place.title != 'Anywhere' %}
{% else %}
{% partial wdywtg_form %}
{% endif %}
{% collection products, place:blog.place.country_name, limit:6, order:created_at desc %}
{% if products.size > 0 %}
Start your trip to {{blog.place.short_title | remove:', Anywhere'}}
Let us help you plan your trip
Tours on {{blog.place.country_name}}
{% for p in products %}
{% endif %}
{% assign exclude_id = blog.id %}
{% 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 %}