diff --git a/base-component/webroot/screen/includes/WebrootVue.qvt.ftl b/base-component/webroot/screen/includes/WebrootVue.qvt.ftl
index 647eb0513..5b18701b7 100644
--- a/base-component/webroot/screen/includes/WebrootVue.qvt.ftl
+++ b/base-component/webroot/screen/includes/WebrootVue.qvt.ftl
@@ -69,7 +69,16 @@ along with this software (see the LICENSE.md file). If not, see
- {{navMenuList[navMenuList.length - 1].title}}
+
+
+
+
+ {{breadcrumbItem.title}}
+ {{breadcrumbItem.title}}
+
+
+ {{navMenuList[navMenuList.length - 1].title}}
+
diff --git a/base-component/webroot/screen/includes/WebrootVue.vuet.ftl b/base-component/webroot/screen/includes/WebrootVue.vuet.ftl
index 6c9448b33..51acf6b46 100644
--- a/base-component/webroot/screen/includes/WebrootVue.vuet.ftl
+++ b/base-component/webroot/screen/includes/WebrootVue.vuet.ftl
@@ -60,7 +60,16 @@ along with this software (see the LICENSE.md file). If not, see
- {{navMenuList[navMenuList.length - 1].title}}
+
+
+
+
+ {{breadcrumbItem.title}}
+ {{breadcrumbItem.title}}
+
+
+ {{navMenuList[navMenuList.length - 1].title}}
+
<#-- logout button -->