diff --git a/core/lib/Drupal/Core/Layout/LayoutPluginManager.php b/core/lib/Drupal/Core/Layout/LayoutPluginManager.php
index e11f105..d694d3c 100644
--- a/core/lib/Drupal/Core/Layout/LayoutPluginManager.php
+++ b/core/lib/Drupal/Core/Layout/LayoutPluginManager.php
@@ -150,7 +150,7 @@ public function getThemeImplementations() {
       if ($template = $definition->getTemplate()) {
         $hooks[$definition->getThemeHook()] = [
           'render element' => 'content',
-          'base hook' => 'layout',
+          //'base hook' => 'layout',
           'template' => $template,
           'path' => $definition->getTemplatePath(),
         ];
