Version 1
[yaffs-website] / web / core / modules / views_ui / templates / views-ui-container.html.twig
diff --git a/web/core/modules/views_ui/templates/views-ui-container.html.twig b/web/core/modules/views_ui/templates/views-ui-container.html.twig
new file mode 100644 (file)
index 0000000..4674bc9
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Default theme implementation 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.
+ *
+ * @ingroup themeable
+ */
+#}
+<div{{ attributes }}>{{ children }}</div>