Blog - Single Post
{{blog.title}}
{% partial share_box %}
{% if blog.primary_media.type == 'photo' %}
{% elsif blog.primary_media.type == 'video' %}
{{blog.primary_media.html}}
{% endif %}
{{blog.content}}
{% if offer.primary_media.size > 0 %}
{% endif %}
Start planning your destination wedding in {{blog.place.title}}
Get Started {% elsif blog.place.title == 'Anywhere' %}Let's start planning your destination wedding today!
Get Started {% endif %}
{% partial subscription %}
{% assign term = blog.title %}
{% assign exclude_id = blog.id %}
{% collection posts, query:term, limit:5, exclude:exclude_id %}
{% if posts.size > 0 %}
{% endif %}
Related Items
-
{% for p in posts %}
- {{p.title}} {% endfor %}