Version 1
[yaffs-website] / web / core / modules / system / templates / datetime-form.html.twig
diff --git a/web/core/modules/system/templates/datetime-form.html.twig b/web/core/modules/system/templates/datetime-form.html.twig
new file mode 100644 (file)
index 0000000..fef4b5e
--- /dev/null
@@ -0,0 +1,17 @@
+{#
+/**
+ * @file
+ * Default theme implementation of a datetime form element.
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the datetime form element.
+ * - content: The datelist form element to be output.
+ *
+ * @see template_preprocess_datetime_form()
+ *
+ * @ingroup themeable
+ */
+#}
+<div{{ attributes }}>
+  {{ content }}
+</div>