diff --git a/web/html/blocked_domains.html b/web/html/blocked_domains.html
index ab7f9778..aacb32c8 100644
--- a/web/html/blocked_domains.html
+++ b/web/html/blocked_domains.html
@@ -1,132 +1,131 @@
-{{ define "page/blocked_domains" }}
-
-
-
-
- {{ i18n "add" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+{{ template "page/head_start" .}}
+{{ template "page/head_end" .}}
+
+{{ template "page/body_start" .}}
+
+
+
+
+
+
+ [[ i18n('add') ]]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{ template "page/body_scripts" .}}
+{{ template "component/aSidebar" .}}
+{{ template "component/aThemeSwitch" .}}
-{{ end }}
\ No newline at end of file
+{{ template "page/body_end" .}}
\ No newline at end of file