From 3a9853b1b0928a94fe3fb43975a802c9e015338f Mon Sep 17 00:00:00 2001 From: Alexander Kraev Date: Tue, 22 Jul 2025 12:15:31 +0300 Subject: [PATCH] no message --- web/html/blocked_domains.html | 249 +++++++++++++++++----------------- 1 file changed, 124 insertions(+), 125 deletions(-) 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" }} - +{{ 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