Version 1
[yaffs-website] / web / modules / contrib / entity_embed / templates / entity-embed-container.html.twig
diff --git a/web/modules/contrib/entity_embed/templates/entity-embed-container.html.twig b/web/modules/contrib/entity_embed/templates/entity-embed-container.html.twig
new file mode 100644 (file)
index 0000000..43fedc7
--- /dev/null
@@ -0,0 +1,15 @@
+{#
+/**
+ * @file
+ * Default theme implementation of a container used to wrap embedded entities.
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the containing element.
+ * - children: The rendered child elements of the container.
+ *
+ * @see template_preprocess_entity_embed_container()
+ *
+ * @ingroup themeable
+ */
+#}
+<article{{ attributes }}>{{ children }}</article>