views-ui-container.html.twig 327 B

12345678910111213
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a generic views UI container/wrapper.
  5. *
  6. * Available variables:
  7. * - attributes: HTML attributes to apply to the container element.
  8. * - children: The remaining elements such as dropbuttons and tabs.
  9. *
  10. * @ingroup themeable
  11. */
  12. #}
  13. <div{{ attributes }}>{{ children }}</div>