{{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}}Where do you want to go?
You Should See
{% for r in related %}
{% endif %}
{% endif %}
{% if blog.place.size > 0 and blog.place.title != 'Anywhere' %}
{% assign blog_place = blog.place.short_title %}
{% collection products&videos, place:blog_place, limit:10, order:'created_at', name:related_place %}
{% if related_place.size > 0 %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}
Related to {{blog_place}}
{% for r in related_place %}
{% endif %}
{% endif %}
{% assign exclude_id = blog.id %}
{% collection blogs, order:'hits_all desc', exclude:exclude_id, limit:6, name:popular_posts %}
{% if popular_posts.size > 0 %}
{% if r.primary_media.size > 0 %}
{% endif %}
{% endfor %}
Popular Posts
-
{% for p in popular_posts %}
- {{p.title}} {% endfor %}