Single Video
{{video.title}}
{{video.content}}
Start your Trip
Special Offers
{% for p in products %}
{% endfor %}
{% assign exclude_id = video.id %}
{% collection videos, tag:category_tag, exclude:exclude_id, limit:6, order:'hits_all desc', name:related %}
{% if related.size > 0 %}
More {{category}}
{% for r in related %}
{% endfor %}
{% endif %}