field-group-easy-responsive-tab.html.twig in Field Group: Easy Responsive Tabs to Accordion 8
Default theme implementation for tab.
Available variables
- attributes: A list of HTML attributes for the wrapper element.
- children: The rendered children.
File
templates/field-group-easy-responsive-tab.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation for tab.
- *
- * Available variables
- * - attributes: A list of HTML attributes for the wrapper element.
- * - children: The rendered children.
- *
- * @see template_preprocess_field_group_easy_responsive_tab()
- *
- * @ingroup themeable
- */
- #}
- <div {{ attributes }}>{{ children }}</div>