+ {% for key2, cat in item.entity.field_collection_grid_category %}
+ {% if key2|first != '#' %}
+
+
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+{% endblock content %}
diff --git a/templates/content/node--collection-item-page.html.twig b/templates/content/node--collection-item-page.html.twig
new file mode 100644
index 00000000..49a73936
--- /dev/null
+++ b/templates/content/node--collection-item-page.html.twig
@@ -0,0 +1,31 @@
+{{ attach_library('boulder_base/ucb-page') }}
+
+{#Dummy variable to ensure that all content tags are set for caching purposes#}
+{% set content_render = content|render %}
+
+{# Used for hiding site title visibly using sr-only bootstrap class, if front page #}
+{% set isFrontPage = '' %}
+{% if is_front %}
+ {% set isFrontPage = 'sr-only' %}
+{% endif %}
+
+{%
+ set classes = [
+ 'node',
+ 'ucb-content-wrapper'
+ ]
+%}
+
+
+
+
+ {{ label }}
+
+
+ {% if content %}
+
+ {{ content.body }}
+
+ {% endif %}
+
+
diff --git a/templates/field/field--field_collection_category_select.html.twig b/templates/field/field--field_collection_category_select.html.twig
new file mode 100644
index 00000000..accc3c02
--- /dev/null
+++ b/templates/field/field--field_collection_category_select.html.twig
@@ -0,0 +1,3 @@
+{% for item in items %}
+ {{ item.content }}
+{% endfor %}
diff --git a/templates/field/field--field_collection_filter_label.html.twig b/templates/field/field--field_collection_filter_label.html.twig
new file mode 100644
index 00000000..f8cef32a
--- /dev/null
+++ b/templates/field/field--field_collection_filter_label.html.twig
@@ -0,0 +1,3 @@
+{% for item in items %}
+
{{ item.content }}
+{% endfor %}
diff --git a/templates/field/field--field_collection_grid_type.html.twig b/templates/field/field--field_collection_grid_type.html.twig
new file mode 100644
index 00000000..c0932514
--- /dev/null
+++ b/templates/field/field--field_collection_grid_type.html.twig
@@ -0,0 +1,6 @@
+{% set allTypes = "" %}
+{% for item in items %}
+ {% set allTypes = allTypes ~ item.content['#plain_text']|join('') ~ ',' %}
+{% endfor %}
+{% set allTypes = allTypes|slice(0,-1) %}
+{{ allTypes }}
diff --git a/templates/field/field--field_collections_display.html.twig b/templates/field/field--field_collections_display.html.twig
new file mode 100644
index 00000000..e2672352
--- /dev/null
+++ b/templates/field/field--field_collections_display.html.twig
@@ -0,0 +1,3 @@
+{% for item in items %}
+ {{ item.content }}
+{% endfor %}
\ No newline at end of file
diff --git a/templates/field/field--field_collections_filter.html.twig b/templates/field/field--field_collections_filter.html.twig
new file mode 100644
index 00000000..e2672352
--- /dev/null
+++ b/templates/field/field--field_collections_filter.html.twig
@@ -0,0 +1,3 @@
+{% for item in items %}
+ {{ item.content }}
+{% endfor %}
\ No newline at end of file
diff --git a/templates/field/field--field_collections_multiselect.html.twig b/templates/field/field--field_collections_multiselect.html.twig
new file mode 100644
index 00000000..e2672352
--- /dev/null
+++ b/templates/field/field--field_collections_multiselect.html.twig
@@ -0,0 +1,3 @@
+{% for item in items %}
+ {{ item.content }}
+{% endfor %}
\ No newline at end of file
diff --git a/templates/paragraphs/paragraph--collection-grid-filter.html.twig b/templates/paragraphs/paragraph--collection-grid-filter.html.twig
new file mode 100644
index 00000000..cd91fe67
--- /dev/null
+++ b/templates/paragraphs/paragraph--collection-grid-filter.html.twig
@@ -0,0 +1,5 @@
+
+