Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / slick / tests / modules / slick_test / templates / slick-test.html.twig
diff --git a/web/modules/contrib/slick/tests/modules/slick_test/templates/slick-test.html.twig b/web/modules/contrib/slick/tests/modules/slick_test/templates/slick-test.html.twig
new file mode 100644 (file)
index 0000000..1569432
--- /dev/null
@@ -0,0 +1,16 @@
+{#
+/**
+ * @file
+ * Default theme implementation for the slick-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_slick_test()
+ */
+#}
+<div{{ attributes.addClass('slick-test') }}>
+  {{ content }}
+ </div>