{%- endif -%}
{%- if use_blazy -%}
{{- item -}}
{% else %}
{# @todo remove all below at 3.x for theme_blazy(). If you need to modify
anything, please use MYTHEME_preprocess_blazy() instead, starting at 3.x,
or better just use CSS for more reliable theming. FYI, theme_blazy()
offers greater possibility and versatility, that is why it is deprecated. #}
{%- if settings.use_ca -%}
{%- endif -%}
{% set slide %}
{% block slick_slide %}
{%- if settings.split -%}
{{- item.slide -}}
{% else %}
{{- item.slide -}}
{%- endif -%}
{% endblock %}
{% endset %}
{%- if item.slide -%}
{{- slide -}}
{%- endif -%}
{%- if item.caption -%}
{% block slick_caption %}
{%- if settings.fullwidth -%}
{%- endif -%}
{%- if item.caption.overlay -%}
{{ item.caption.overlay }}
{%- if settings.data -%}
{%- endif -%}
{%- endif -%}
{%- if item.caption.title -%}
{{ item.caption.title }}
{%- endif -%}
{%- if item.caption.alt -%}
{{ item.caption.alt }}
{%- endif -%}
{%- if item.caption.data -%}
{{- item.caption.data -}}
{%- endif -%}
{%- if item.caption.link -%}
{{ item.caption.link }}
{%- endif -%}
{%- if item.caption.overlay and settings.data -%}
{%- endif -%}
{%- if settings.fullwidth -%}{%- endif -%}
{% endblock %}
{%- endif -%}
{%- if settings.use_ca -%}{%- endif -%}
{%- endif -%}
{%- if settings.wrapper -%}
{%- endif -%}