{{ define "login-content" }}

Spokes

Log In

{{ if .HasErrors }}
{{ .Error "authError" }}
{{ end }}

{{ if .FirstRun }}

Configure this Spokes server.

{{ end }}

Spokes © 2021 is created by Packetriot.com.

{{ end }} {{ define "auth-configure-content" }}

Spokes

Configure Server

{{ if .HasError "password" }}

Authentication attempt failed.

{{ end }}

Spokes © 2021 is created by Packetriot.com.

{{ end }} {{ define "create-admin-content" }}

Spokes

Create Administrator

{{ if .HasError "email" }}

{{ .Error "email" }}

{{ end }}
{{ if .HasError "fullname" }}

{{ .Error "fullname" }}

{{ end }}
{{ if .HasError "password" }}

{{ .Error "password" }}

{{ end }}

Spokes © 2021 is created by Packetriot.com.

{{ end }}