horizontal-tabs.html.twig in Field Group 8
Same filename and directory in other branches
Default theme implementation for horizontal tabs.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The rendered children.
See also
File
templates/horizontal-tabs.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for horizontal tabs.
- *
- * Available variables
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The rendered children.
- *
- * @see template_preprocess_horizontal_tabs()
- *
- * @ingroup themeable
- */
- #}
- <div data-horizontal-tabs-panes{{ attributes }}>{{ children }}</div>