{% if Show_Sticky_Image %}
{% if LINKS_IN_INCLUDES %} {% endif %} {% if item.Sticky_Image %} {% set i = 0 %} {# WebP source: 1 source, responsive to retina setting. #} {% if item.Sticky_Image_WebP %} {% set i = i + 1 %} {% endif %} {# Non-WebP retina source #} {% if item.Sticky_Image_Retina_Srcset %} {% set i = i + 1 %} {% endif %} {# Non-WebP fallback #} {{item.Sticky_Image_Alt|e}} {% endif %} {% if LINKS_IN_INCLUDES %} {% endif %}
{% endif %}