{{blog.title}}
{% if blog.category.size > 0 %}
{{blog.category.title}}
{% endif %}
{% if post_place.size > 0 %}
{{post_place}}
{% endif %}
{% if blog.primary_media.type == 'photo' %}
{% endif %}
{% if blog.primary_media.type == 'video' %}
{% endif %}
{{blog.summary}}
{% endif %} {{blog.content}}Where do you want to go?
Featured Experiences
{% for r in related %}
{% endif %}
{% collection blogs&videos, limit:4, tag:offer_tag, exclude:post_id, order:created_at desc, name:recent %}
{% if recent.size > 0 %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}
Featured Stories
{% for r in recent %}
{% endif %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}