{% for item in items %}
{% include slide_template with item=item only %}
{% endfor %}
{% if arrows or arrows_template %}
{% if arrows_template %}
{% include arrows_template %}
{% else %}
{% endif %}
{% endif %}
{% if bullets or bullets_template %}
{% if bullets_template %}
{% include bullets_template %}
{% else %}
{% for item in items %}
{% endfor %}
{% endif %}
{% endif %}