Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / blazy / tests / modules / blazy_test / templates / blazy-test.html.twig
diff --git a/web/modules/contrib/blazy/tests/modules/blazy_test/templates/blazy-test.html.twig b/web/modules/contrib/blazy/tests/modules/blazy_test/templates/blazy-test.html.twig
new file mode 100644 (file)
index 0000000..54a805e
--- /dev/null
@@ -0,0 +1,16 @@
+{#
+/**
+ * @file
+ * Default theme implementation for the blazy-test template.
+ *
+ * Available variables:
+ * - attributes: An array of attributes to apply to the element.
+ * - content: A renderable array of the content.
+ * - settings: An array containing the given settings.
+ *
+ * @see template_preprocess_blazy_test()
+ */
+#}
+<div{{ attributes.addClass('blazy-test') }}>
+  {{ content }}
+ </div>