diff --git a/internal/dis/component/control/static/templates/_base.html b/internal/dis/component/control/static/templates/_base.html
index 4e0cc90..1996326 100644
--- a/internal/dis/component/control/static/templates/_base.html
+++ b/internal/dis/component/control/static/templates/_base.html
@@ -1,48 +1,50 @@
+
+
+
+
-
-
-
+ {{ block "title" . }}WissKI Distillery{{ end }}
+ {{ block "styles" . }}styles{{ end }}
+
- {{ block "title" . }}WissKI Distillery{{ end }}
- {{ block "styles" . }}styles{{ end }}
-
-
-
- {{ .BaseContext.DoInitCheck }}
-
+
+ {{ range .BaseContext.Crumbs }}
{{ .Title }}
- {{ end }}
-
-
-
- {{ template "title" . }}
- {{ block "header" . }}{{ end }}
-
-
-
- {{ block "content" . }}content{{ end }}
-
-
+ {{ end }}
+
-
- {{ block "scripts" . }}scripts{{ end }}
-
\ No newline at end of file
+ {{ block "scripts" . }}scripts{{ end }}
+
+
+
\ No newline at end of file