{% if blog.primary_media.type == 'video' %}
{% endif %}
{{blog.primary_media.html}}
{% elsif blog.primary_media.type == 'photo' %}
{{blog.title}}
{% if blog.place.size > 0 and blog.place.title != 'Anywhere' %} {{blog.place.short_title | remove:', Anywhere'}} {% if blog.category_id > 0 %} · {% endif %} {% endif %} {% if blog.category_id > 0 %} About {{blog.category.title}} {% endif %}
{{blog.summary}}
{% endif %}
{{blog.content}}
{% if blog.tags.size > 0 %}
{% collection offers, tag:blog.tags.last, limit:20, order:'created_at desc' %}
{% if offers.size > 0 %}
{% for offer in offers %}
{% if offer.tags.first == 'specialty' or offer.tags.first == 'Specialty' %}
Interested in {{offer.title}}?
{% endif %} {% endfor %} {% endif %} {% endif %}Featured Experiences
{% for p in related_offers %}
{% endfor %}
Featured Stories
{% for b in blogs %}
{% endfor %}
{% if b.primary_media.size > 0 %}
{% endif %}
{{b.title}}
{% if b.summary.size > 0 %} {{b.summary | truncatewords:20}} {% else %} {{b.content | strip_html | truncatewords:20}} {% endif %} learn more