You are here

flexslider-views-style.html.twig in Flex Slider 8.2

Default output for a Views style FlexSlider object.

Available variables:

  • attributes: An array of attributes to apply to the element.
  • content: A renderable array of the flexslider object

File

flexslider_views/templates/flexslider-views-style.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default output for a Views style FlexSlider object.
  5. *
  6. * Available variables:
  7. * - attributes: An array of attributes to apply to the element.
  8. * - content: A renderable array of the flexslider object
  9. *
  10. * @see template_preprocess_flexslider_views_style()
  11. */
  12. #}
  13. <div{{ attributes }}>
  14. {{ content }}
  15. </div>