Initial commit

This commit is contained in:
2019-03-30 18:41:00 +01:00
commit 10993b9209
28 changed files with 887 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{{define "body_content"}}
{{ if ne .UserName "" }}
<p>Datenauswertung</p>
{{ else }}
<h4>Bitte zuerst <a href="login.html">einloggen</a></h4>
{{end}}
{{end}}