{{ template "header.html" . }}
{{ if "loginLogo" | extra }} {{ else }} {{ end }}
{{ if "loginTitle" | extra }}
{{ "loginTitle" | extra }}
{{ else }}
Log in with your HPC {{ .UsernamePrompt | lower }} and password.
{{ end }} {{ if "loginAlertMessage" | extra }}
{{ "loginAlertMessage" | extra }}
{{ end }}
{{ if .Invalid }}
Your {{ .UsernamePrompt | lower }} and/or password do not match.
{{ else }} {{ end }}
{{ if "loginButtonText" | extra }} {{ else }} {{ end }} {{ if .BackLink }} {{ end }}
{{ template "footer.html" . }}