diff --git a/src/webui/gallery-editor/index.html b/src/webui/gallery-editor/index.html
index 4dae423..e081b62 100644
--- a/src/webui/gallery-editor/index.html
+++ b/src/webui/gallery-editor/index.html
@@ -1,43 +1,9 @@
-
-
-
-
-
+
+{% extends "template/base.html" %}
+
+{% block title %}Gallery Editor{% endblock %}
+
+{% block content %}
Gallery editor
@@ -98,29 +64,10 @@
-
-
-
+{% extends "template/base.html" %}
+
+{% block title %}Gallery Editor{% endblock %}
+
+{% block content %}
Static Gallery Generator
Use this generator to create a static gallery from your photos. Then, upload the static files to your preferred web server.
@@ -57,29 +22,9 @@
-
-
-
+{% extends "template/base.html" %}
+
+{% block title %}Gallery Editor{% endblock %}
+
+{% block content %}
+
Edit Site Info
-
+
+
+
+ {% block content %}{% endblock %}
+
+
+
+
×
+
✅ Build completed!
+
Your files are available in the output folder.
+
+
Creating ZIP...
+
+
+
+
+
+
+ {% block scripts %}{% endblock %}
+
+
\ No newline at end of file
diff --git a/src/webui/theme-editor/index.html b/src/webui/theme-editor/index.html
index e87e22a..939db7f 100644
--- a/src/webui/theme-editor/index.html
+++ b/src/webui/theme-editor/index.html
@@ -1,45 +1,10 @@
-
-
-
-
-
-
Theme Editor
-
-
-
-
-
-
-
-
-
-
Edit Theme
+{% extends "template/base.html" %}
+
+{% block title %}Gallery Editor{% endblock %}
+
+{% block content %}
+
+
Edit Theme
Current theme:
@@ -209,31 +174,9 @@
-
-