diff --git a/templates/layout/region--content.html.twig b/templates/layout/region--content.html.twig
deleted file mode 100644
index 0d233fb93fd55801935289380d8350ab1dde16cf..0000000000000000000000000000000000000000
--- a/templates/layout/region--content.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
-{#
-/**
- * @file
- * Bartik's theme implementation to display a header region.
- *
- * Available variables:
- * - content: The content for this region, typically blocks.
- * - attributes: HTML attributes for the region div.
- * - region: The name of the region variable as defined in the theme's
- *   .info.yml file.
- *
- * @see template_preprocess_region()
- */
-#}
-{% if content %}
-   {{ content }}
-{% endif %}
diff --git a/templates/layout/region--header.html.twig b/templates/layout/region--header.html.twig
deleted file mode 100644
index 0d233fb93fd55801935289380d8350ab1dde16cf..0000000000000000000000000000000000000000
--- a/templates/layout/region--header.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
-{#
-/**
- * @file
- * Bartik's theme implementation to display a header region.
- *
- * Available variables:
- * - content: The content for this region, typically blocks.
- * - attributes: HTML attributes for the region div.
- * - region: The name of the region variable as defined in the theme's
- *   .info.yml file.
- *
- * @see template_preprocess_region()
- */
-#}
-{% if content %}
-   {{ content }}
-{% endif %}
diff --git a/templates/layout/region--breadcrumb.html.twig b/templates/layout/region--nowrap.html.twig
similarity index 100%
rename from templates/layout/region--breadcrumb.html.twig
rename to templates/layout/region--nowrap.html.twig
diff --git a/templates/layout/region--primary-menu.html.twig b/templates/layout/region--primary-menu.html.twig
deleted file mode 100644
index 0d233fb93fd55801935289380d8350ab1dde16cf..0000000000000000000000000000000000000000
--- a/templates/layout/region--primary-menu.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
-{#
-/**
- * @file
- * Bartik's theme implementation to display a header region.
- *
- * Available variables:
- * - content: The content for this region, typically blocks.
- * - attributes: HTML attributes for the region div.
- * - region: The name of the region variable as defined in the theme's
- *   .info.yml file.
- *
- * @see template_preprocess_region()
- */
-#}
-{% if content %}
-   {{ content }}
-{% endif %}
diff --git a/templates/layout/region--sidebar-first.html.twig b/templates/layout/region--sidebar-first.html.twig
deleted file mode 100644
index 0d233fb93fd55801935289380d8350ab1dde16cf..0000000000000000000000000000000000000000
--- a/templates/layout/region--sidebar-first.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
-{#
-/**
- * @file
- * Bartik's theme implementation to display a header region.
- *
- * Available variables:
- * - content: The content for this region, typically blocks.
- * - attributes: HTML attributes for the region div.
- * - region: The name of the region variable as defined in the theme's
- *   .info.yml file.
- *
- * @see template_preprocess_region()
- */
-#}
-{% if content %}
-   {{ content }}
-{% endif %}
diff --git a/templates/layout/region--sidebar-second.html.twig b/templates/layout/region--sidebar-second.html.twig
deleted file mode 100644
index 0d233fb93fd55801935289380d8350ab1dde16cf..0000000000000000000000000000000000000000
--- a/templates/layout/region--sidebar-second.html.twig
+++ /dev/null
@@ -1,17 +0,0 @@
-{#
-/**
- * @file
- * Bartik's theme implementation to display a header region.
- *
- * Available variables:
- * - content: The content for this region, typically blocks.
- * - attributes: HTML attributes for the region div.
- * - region: The name of the region variable as defined in the theme's
- *   .info.yml file.
- *
- * @see template_preprocess_region()
- */
-#}
-{% if content %}
-   {{ content }}
-{% endif %}