Version 1
[yaffs-website] / web / core / modules / system / templates / input.html.twig
diff --git a/web/core/modules/system/templates/input.html.twig b/web/core/modules/system/templates/input.html.twig
new file mode 100644 (file)
index 0000000..1409c25
--- /dev/null
@@ -0,0 +1,15 @@
+{#
+/**
+ * @file
+ * Default theme implementation for an 'input' #type form element.
+ *
+ * Available variables:
+ * - attributes: A list of HTML attributes for the input element.
+ * - children: Optional additional rendered elements.
+ *
+ * @see template_preprocess_input()
+ *
+ * @ingroup themeable
+ */
+#}
+<input{{ attributes }} />{{ children }}