{% if include.slider.size > 3 %}
{% for item in include.slider %}
{{item.image_alt_text}}

{{item.short_heading}}

{{item.short_paragraph}}

{{item.button_text}}
{% endfor %}
{% else %}
{% for item in include.slider %}
{{item.image_alt_text}}

{{item.short_heading}}

{{item.short_paragraph}}

{{item.button_text}}
{% endfor %}
{% endif %}