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
See also
File
flexslider_views/templates/flexslider-views-style.html.twigView source
- {#
- /**
- * @file
- * 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
- *
- * @see template_preprocess_flexslider_views_style()
- */
- #}
-
- <div{{ attributes }}>
- {{ content }}
- </div>