{% extends '@nucleus/partials/particle.html.twig' %} {% block particle %}
{% if not particle.source or particle.source == 'particle' %}
{% for item in particle.items %}
{% if item.main_title %}

{% if item.link %} {{ item.main_title|raw }} {% else %} {{ item.main_title|raw }} {% endif %}

{% endif %} {% if item.top_title %}

{{ item.top_title|raw }}

{% endif %} {% if item.author_image and item.author_link %} {{item.author_text}} {% endif %} {% if item.author_text %} {{item.author_text}} {% endif %}
{% endfor %}
{% else %} {% include '@particles/slideshow-' ~ gantry.platform.name ~ '.html.twig' ignore missing %} {% endif %} {# pagination #} {% if particle.progressbar == 'enabled' %}
{% endif %} {% if particle.arrows == 'enabled' %} {% if gantry.page.direction == 'rtl' %} {% else %} {% endif %} {% endif %}
{% endblock %} {% block stylesheets %} {% endblock %} {% block javascript_footer %} {% do gantry.load('jquery') %} {% do gantry.document.addScript(url('gantry-theme://js/swiper.min.js'), 10, 'footer') %} {% do gantry.document.addScript(url('gantry-theme://js/slideshow.init.js'), 10, 'footer') %} {% endblock %}