slick-test.html.twig in Slick Carousel 8
Same filename and directory in other branches
Default theme implementation for the slick-test template.
Available variables:
- attributes: An array of attributes to apply to the element.
- content: A renderable array of the content.
- settings: An array containing the given settings.
See also
File
tests/modules/slick_test/templates/slick-test.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for the slick-test template.
- *
- * Available variables:
- * - attributes: An array of attributes to apply to the element.
- * - content: A renderable array of the content.
- * - settings: An array containing the given settings.
- *
- * @see template_preprocess_slick_test()
- */
- #}
- <div{{ attributes.addClass('slick-test') }}>
- {{ content }}
- </div>