{% if place.primary_media.size > 0 %}
{% endif %}
{{post_title}}
Featured Experiences
{% for p in related %}
{% endfor %}
{% if p.primary_media.size > 0 %}
{% endif %}
{{p.title}}
{{p.place.title}}
{% if p.price %}
From {{p.price | money}} {{agency.currency}} {% if p.unit_name.size > 0 %}per {{p.unit_name}}{% endif %}
{% endif %}
Featured Travel Stories
{% if f.category.size > 0 %}
{{f.category.title}}
{% endif %}
{{f.title}}
{% unless f.place.title == 'Anywhere' %} {{f.place.title}} - {% endunless %} {% if f.summary.size > 0 %} {{f.summary}} {% else %} {{f.content | strip_html | truncatewords:30}} {% endif %}
read more
{% for r in blogs offset:1 %}
{% endfor %}
{% if r.category.size > 0 %}
{{r.category.title}}
{% endif %}
{{r.title}}
{% unless r.place.title == 'Anywhere' %} {{r.place.title}} - {% endunless %} {{r.content | strip_html | truncatewords:25}} read more