From 627a217e7e74a6800475a9b3898855b26edd4a16 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 20 Sep 2012 02:50:07 +0200 Subject: pseudo persona stuff --- templates/account.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/account.html (limited to 'templates/account.html') diff --git a/templates/account.html b/templates/account.html new file mode 100644 index 0000000..9b7e3b1 --- /dev/null +++ b/templates/account.html @@ -0,0 +1,29 @@ +{{ template "HEADER" . }} +{{ if .ActionLogin }} + +



+
+
+
+ Please Sign In + {{ if .Problem }} +
+ Problem! {{ .Problem }} +
+ {{ end }} +
+ + +
+ +
+
+
+ +{{ else }} +{{if .ActionLogout }} +

logged out, goodbye!

+{{ else }}{{if .ActionNewUser }} +

hello new human!

+{{end}}{{end}}{{end}} +{{ template "FOOTER" . }} -- cgit v1.2.3