views-slideshow-cycle.html.twig in Views Slideshow 8.3
<div class="skin-{{ skin }}">
{% if top_widget_rendered %}
<div class="views-slideshow-controls-top clearfix">
{{ top_widget_rendered }}
</div>
{% endif %}
{{ slideshow }}
{% if bottom_widget_rendered %}
<div class="views-slideshow-controls-bottom clearfix">
{{ bottom_widget_rendered }}
</div>
{% endif %}
</div>
File
modules/views_slideshow_cycle/templates/views-slideshow-cycle.html.twig
View source
- <div class="skin-{{ skin }}">
- {% if top_widget_rendered %}
- <div class="views-slideshow-controls-top clearfix">
- {{ top_widget_rendered }}
- </div>
- {% endif %}
-
- {{ slideshow }}
-
- {% if bottom_widget_rendered %}
- <div class="views-slideshow-controls-bottom clearfix">
- {{ bottom_widget_rendered }}
- </div>
- {% endif %}
- </div>