You are here

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.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for tab.
  5. *
  6. * Available variables
  7. * - attributes: A list of HTML attributes for the wrapper element.
  8. * - children: The rendered children.
  9. *
  10. * @see template_preprocess_field_group_easy_responsive_tab()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <div {{ attributes }}>{{ children }}</div>