Single Landing Page
{% if offer.tags.first == 'main_wedding' %}
{% partial landing_wedding %}
{% elsif offer.tags.last == 'cruise' %}
{% partial landing_cruise %}
{% elsif offer.tags.last == 'Sandals' %}
{% partial landing_sandals %}
{% elsif offer.tags.last == 'Beaches' %}
{% partial landing_beaches %}
{% elsif offer.tags.first == 'Special' or offer.tags.first == 'special' %}
{% partial landing_special %}
{% elsif offer.tags.first == 'contest' %}
{% partial win_100visa_giftcard %}
{% else %}
{% partial landing_service %}
{% endif %}
Liquid error: internal
Liquid error: internal
{% if offer.attachments.size > 1 %}
{% for a in offer.attachments, limit:1 %}
{% endfor %}
{% else %}
{% endif %}
{{offer.title}}
{% if offer.primary_media.type == 'video' %} {% endif %}
{{offer.content}}