You are here

flickity-wrapper.html.twig in Flickity Carousel 8

Default theme implementation to display a Flickity wrapper.

Available variables:

  • output: The complete Flickity element.
  • attributes: The row item attributes.

File

templates/flickity-wrapper.html.twig
View source
  1. <?php
  2. /**
  3. * @file
  4. * Default theme implementation to display a Flickity wrapper.
  5. *
  6. * Available variables:
  7. * - output: The complete Flickity element.
  8. * - attributes: The row item attributes.
  9. *
  10. */
  11. ?>
  12. <div {{ attributes }} > {{ output }} </div>