diff --git a/src/pages/layout/unfixed-sidebar.html b/src/pages/layout/unfixed-sidebar.html
new file mode 100644
index 000000000..326e84d7a
--- /dev/null
+++ b/src/pages/layout/unfixed-sidebar.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+ @@include('./_head.html', {
+ "path": "../..",
+ "title": "AdminLTE 4 | Unfixed Sidebar"
+ })
+
+
+
+ @@include('./dashboard/_topbar.html', {
+ "path": "../.."
+ })
+
+ @@include('./dashboard/_sidenav.html', {
+ "mainPage": "layout",
+ "page": "unfixed-sidebar",
+ "path": "../.."
+ })
+
+
+
+
+
+
+
+
+
+
+
+
+ Start creating your amazing application!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @@include('./dashboard/_footer.html', {
+ "path": "../.."
+ })
+
+
+
+ @@include('./_scripts.html', {
+ "path": "../.."
+ })
+
+
diff --git a/src/partials/dashboard/_sidenav.html b/src/partials/dashboard/_sidenav.html
index 6f7b0f15d..338b16e84 100644
--- a/src/partials/dashboard/_sidenav.html
+++ b/src/partials/dashboard/_sidenav.html
@@ -81,6 +81,12 @@