From fc2455cdbf8c64c98a8f7104ae7e7acdcff1337c Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Fri, 8 Jun 2018 08:01:06 +0200 Subject: Go impl of pwman, first draft --- templates/layout/base.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/layout/base.html (limited to 'templates/layout') diff --git a/templates/layout/base.html b/templates/layout/base.html new file mode 100644 index 0000000..f041321 --- /dev/null +++ b/templates/layout/base.html @@ -0,0 +1,40 @@ +{{define "base"}} + + + + + + {{block "title" .}}SSO Password Manager{{end}} + + + + +
+
+
+ NORDUnet Nordic Gateway for Research and Education +
+
+
+ +
+ {{if .Flash }} +
+
+ {{ .Flash }} +
+
+ {{ end }} + {{block "content" .}} {{ end }} +
+
+ +
+ + +{{end}} -- cgit v1.1