SYNAP

My Account
{% if settings.home-left-right-heading.size > 0 %}

{{ settings.home-left-right-heading }}

{% else %} {% unless settings.home-show-left-right-1 or settings.home-show-left-right-2 or settings.home-show-left-right-3 %}

Left/right alternating features

{% endunless %} {% endif %}
{% if settings.home-show-left-right-1 %}
{% if settings.home-left-right-1-media-alignment == 'left' %}
{% if settings.home-left-right-1-media == 'image' %} {{ settings.home-left-right-1-title | strip_html | escape }} {% elsif settings.home-left-right-1-media == 'video' %}
{{ settings.home-left-right-1-video }}
{% endif %}
{% endif %}
{% if settings.home-left-right-1-title.size > 0 %}

{{ settings.home-left-right-1-title }}

{% endif %}
{{ settings.home-left-right-1-text }} {% if settings.home-left-right-1-url.size > 0 and settings.home-left-right-1-cta.size > 0 %}

{{ settings.home-left-right-1-cta }}

{% endif %}
{% if settings.home-left-right-1-media-alignment == 'right' %}
{% if settings.home-left-right-1-media == 'image' %} {{ settings.home-left-right-1-title | strip_html | escape }} {% elsif settings.home-left-right-1-media == 'video' %}
{{ settings.home-left-right-1-video }}
{% endif %}
{% endif %}
{% endif %} {% if settings.home-show-left-right-2 %}
{% if settings.home-left-right-2-media-alignment == 'left' %}
{% if settings.home-left-right-2-media == 'image' %} {{ settings.home-left-right-2-title | strip_html | escape }} {% elsif settings.home-left-right-2-media == 'video' %}
{{ settings.home-left-right-2-video }}
{% endif %}
{% endif %}
{% if settings.home-left-right-2-title.size > 0 %}

{{ settings.home-left-right-2-title }}

{% endif %}
{{ settings.home-left-right-2-text }} {% if settings.home-left-right-2-url.size > 0 and settings.home-left-right-2-cta.size > 0 %}

{{ settings.home-left-right-2-cta }}

{% endif %}
{% if settings.home-left-right-2-media-alignment == 'right' %}
{% if settings.home-left-right-2-media == 'image' %} {{ settings.home-left-right-2-title | strip_html | escape }} {% elsif settings.home-left-right-2-media == 'video' %}
{{ settings.home-left-right-2-video }}
{% endif %}
{% endif %}
{% endif %} {% if settings.home-show-left-right-3 %}
{% if settings.home-left-right-3-media-alignment == 'left' %}
{% if settings.home-left-right-3-media == 'image' %} {{ settings.home-left-right-3-title | strip_html | escape }} {% elsif settings.home-left-right-3-media == 'video' %}
{{ settings.home-left-right-3-video }}
{% endif %}
{% endif %}
{% if settings.home-left-right-3-title.size > 0 %}

{{ settings.home-left-right-3-title }}

{% endif %}
{{ settings.home-left-right-3-text }} {% if settings.home-left-right-3-url.size > 0 and settings.home-left-right-3-cta.size > 0 %}

{{ settings.home-left-right-3-cta }}

{% endif %}
{% if settings.home-left-right-3-media-alignment == 'right' %}
{% if settings.home-left-right-3-media == 'image' %} {{ settings.home-left-right-3-title | strip_html | escape }} {% elsif settings.home-left-right-3-media == 'video' %}
{{ settings.home-left-right-3-video }}
{% endif %}
{% endif %}
{% endif %} {% unless settings.home-show-left-right-1 or settings.home-show-left-right-2 or settings.home-show-left-right-3 %}

Media aligned right

You can have up to three alternating left/right features with an option to align media to the left/right and include a call to action below:

Manage your theme settings

Media aligned left

You can have up to three alternating left/right features with an option to align media to the left/right and include a call to action below:

Manage your theme settings

{% endunless %}