Place Single
{% assign place_title = place.title %}
{% assign custom_tag = place.tags.first | downcase %}
{% assign exclude_id = place.id %}
{% unless custom_tag == 'custom' %}
{% collection blogs&products, place:place_title, limit:4, order:random, name:related %}
{% if related.size > 0 %}
{% endif %}
{% partial wdywtg_form %}
{% endunless %}
{% if custom_tag == 'custom' %}
Contact us For a Customized Trip
{% else %}
{% endif %}
{{place.title}}
{% if place.primary_media.type == 'video' %} {% endif %}
{{place.content}}
{% for p in related %}
{% partial post_grid %}
{% endfor %}