views-ui-container.html.twig in Drupal 10
Same filename in this branch
Same filename and directory in other branches
Theme override for a generic views UI container/wrapper.
Available variables:
- attributes: HTML attributes to apply to the container element.
- children: The remaining elements such as dropbuttons and tabs.
File
core/themes/stable/templates/admin/views-ui-container.html.twigView source
- {#
- /**
- * @file
- * Theme override for a generic views UI container/wrapper.
- *
- * Available variables:
- * - attributes: HTML attributes to apply to the container element.
- * - children: The remaining elements such as dropbuttons and tabs.
- */
- #}
- <div{{ attributes }}>{{ children }}</div>