Version 1
[yaffs-website] / web / core / themes / stable / templates / form / form.html.twig
diff --git a/web/core/themes/stable/templates/form/form.html.twig b/web/core/themes/stable/templates/form/form.html.twig
new file mode 100644 (file)
index 0000000..97b4b7a
--- /dev/null
@@ -0,0 +1,15 @@
+{#
+/**
+ * @file
+ * Theme override for a 'form' element.
+ *
+ * Available variables
+ * - attributes: A list of HTML attributes for the wrapper element.
+ * - children: The child elements of the form.
+ *
+ * @see template_preprocess_form()
+ */
+#}
+<form{{ attributes }}>
+  {{ children }}
+</form>