mediteran-8.x-1.13/templates/admin/views-ui-container.html.twig
templates/admin/views-ui-container.html.twig
{#
/**
* @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>
