Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / templates / components / recipe-collections / block--views-block--recipe-collections-block.html.twig
diff --git a/web/core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig b/web/core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig
new file mode 100644 (file)
index 0000000..23d9fbd
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "block.html.twig" %}
+{#
+/**
+ * @file
+ * Theme override for recipe collections block.
+ */
+#}
+{% block content %}
+  {{ attach_library('umami/recipe-collections') }}
+  <div class="container">
+    {{ parent() }}
+  </div>
+{% endblock %}