Version 1
[yaffs-website] / web / core / themes / stable / templates / misc / rdf-wrapper.html.twig
diff --git a/web/core/themes/stable/templates/misc/rdf-wrapper.html.twig b/web/core/themes/stable/templates/misc/rdf-wrapper.html.twig
new file mode 100644 (file)
index 0000000..90f50f4
--- /dev/null
@@ -0,0 +1,11 @@
+{#
+/**
+ * @file
+ * Theme override for wrapping content with RDF attributes.
+ *
+ * Available variables:
+ * - content: The content being wrapped with RDF attributes.
+ * - attributes: HTML attributes, including RDF attributes for wrapper element.
+ */
+#}
+<span{{ attributes }}>{{ content }}</span>