Version 1
[yaffs-website] / web / core / modules / system / templates / image.html.twig
diff --git a/web/core/modules/system/templates/image.html.twig b/web/core/modules/system/templates/image.html.twig
new file mode 100644 (file)
index 0000000..6411eaa
--- /dev/null
@@ -0,0 +1,15 @@
+{#
+/**
+ * @file
+ * Default theme implementation of an image.
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the img tag.
+ * - style_name: (optional) The name of the image style applied.
+ *
+ * @see template_preprocess_image()
+ *
+ * @ingroup themeable
+ */
+#}
+<img{{ attributes }} />