Add type comment to login.gohtml
This commit is contained in:
parent
5f7b798eb4
commit
2ec88eddae
|
@ -3,6 +3,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
|
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.loginForm*/ -}}
|
||||||
{{ if .Errors -}}
|
{{ if .Errors -}}
|
||||||
<div class="error" role="alert">
|
<div class="error" role="alert">
|
||||||
{{ range $error := .Errors -}}
|
{{ range $error := .Errors -}}
|
||||||
|
|
Loading…
Reference in New Issue