diff --git a/src/index.html b/src/index.html
index ce33332be..7793f3c7e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,5 @@
-
-
@@include('./_head.html', {
"path": ".",
diff --git a/src/pages/layout/fixed-sidebar.html b/src/pages/layout/fixed-sidebar.html
index a47000d37..c8cebc5d0 100644
--- a/src/pages/layout/fixed-sidebar.html
+++ b/src/pages/layout/fixed-sidebar.html
@@ -1,7 +1,5 @@
-
-
@@include('./_head.html', {
"path": "../..",
diff --git a/src/pages/layout/layout-rtl.html b/src/pages/layout/layout-rtl.html
new file mode 100644
index 000000000..bd5f717cd
--- /dev/null
+++ b/src/pages/layout/layout-rtl.html
@@ -0,0 +1,86 @@
+
+
+
+ @@include('./_head.html', {
+ "path": "../..",
+ "title": "AdminLTE 4 | Layout RTL",
+ "isRtl": true,
+ })
+
+
+
+ @@include('./dashboard/_topbar.html', {
+ "path": "../.."
+ })
+
+ @@include('./dashboard/_sidenav.html', {
+ "mainPage": "layout",
+ "page": "layout-rtl",
+ "path": "../.."
+ })
+
+
+
+
+
+
+
+
+
+
+
+
+ Start creating your amazing application!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @@include('./dashboard/_footer.html', {
+ "path": "../.."
+ })
+
+
+
+ @@include('./_scripts.html', {
+ "path": "../.."
+ })
+
+