Files
Popsu-coloque/web/themes/contrib/mediteran/templates/admin/views-ui-container.html.twig
T
2020-06-08 23:57:36 +02:00

12 lines
288 B
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>