flickity-item.html.twig in Flickity Carousel 8.2
Same filename and directory in other branches
Default theme implementation to display a Flickity item.
Available variables:
- item: The row item content.
- attributes: The row item attributes.
1 theme call to flickity-item.html.twig
- flickity_pre_render_element in theme/
flickity.theme.inc - Pre render Flickity output.
File
templates/flickity-item.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a Flickity item.
- *
- * Available variables:
- * - item: The row item content.
- * - attributes: The row item attributes.
- *
- */
- #}
- <div {{ attributes }} > {{ item }} </div>