From 092304f8919daa16238519dd144f503d5ed521a4 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 11 Jan 2023 22:04:27 +0100 Subject: [PATCH] template/_base: Add aria role attribute --- .../control/static/templates/_base.html | 72 ++++++++++--------- 1 file changed, 37 insertions(+), 35 deletions(-) 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 }} - + - -
-

{{ 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