From 4a2fb7e82d5d617298cb28b66485fc6f30c55781 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 21 Apr 2021 17:23:07 +0200 Subject: Reworked the webui package, added authentication feature and tests --- internal/webui/html/base.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 internal/webui/html/base.html (limited to 'internal/webui/html/base.html') diff --git a/internal/webui/html/base.html b/internal/webui/html/base.html new file mode 100644 index 0000000..7522e94 --- /dev/null +++ b/internal/webui/html/base.html @@ -0,0 +1,18 @@ +{{ define "base" }} + + + + + {{ .Title }} + + + + + + +
+ {{ template "main" . }} +
+ + +{{ end }} -- cgit v1.2.3