Question
{{question.title}}
{% partial share_box %} {% if question.content.size > 0 %}
{{question.content}}
{% endif %}
{% for r in question.responses %}
{% endfor %}
{% endif %}
{{r.content}}
{% endfor %}
{% if offer.primary_media.size > 0 %}
{% endif %}
{{offer.title}}
RequestLet's start planning your destination wedding today!
Get Started
{% partial subscription %}
{% collection questions, order:'hits_all desc', limit:5, name:popular_questions %}
{% if popular_questions.size > 0 %}
{% endif %}
{% for tag in question.tags %}
{% if tag == 'weddings' %}
{% collection questions, limit: 5, tag:weddings, name:related_questions %}
{% elsif tag == 'honeymoons' %}
{% collection questions, limit: 5, tag:honeymoons, name:related_questions %}
{% elsif tag == 'engagements' %}
{% collection questions, limit: 5, tag:engagements, name:related_questions %}
{% elsif tag == 'vows' %}
{% collection questions, limit: 5, tag:vows, name:related_questions %}
{% endif %}
{% endfor %}
{% if related_questions.size > 0 %}
{% endif %}
Popular Posts
-
{% for p in popular_questions %}
- {{p.title}} {% endfor %}
Related Posts
-
{% for r in related_questions %}
- {{r.title}} {% endfor %}