summaryrefslogtreecommitdiffstats
path: root/templates/login.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html.template')
-rw-r--r--templates/login.html.template6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/login.html.template b/templates/login.html.template
index ce46bd1..49f392b 100644
--- a/templates/login.html.template
+++ b/templates/login.html.template
@@ -1,6 +1,8 @@
-{{define "head"}}<title>Login</title>{{end}}
+{{- define "head"}}
+ <title>Login</title>
+{{- end}}
-{{define "body" -}}
+{{- define "body"}}
<section>
{{- if .Error}}
<p class="login-error"><img class="inline" src="/static/angry.webp">Incorrect password</p>