Back to Go Micro

Form

cmd/micro/web/templates/form.html

5.19.1248 B
Original Source

{{define "content"}}

{{.ServiceName}}

{{.EndpointName}}

{{range .Inputs}} {{.Label}} {{end}} Submit

{{if .Error}} Error: {{.Error}} {{end}} {{if .Response}}

Response

{{.ResponseTable}}

{{.ResponseJSON}}

{{end}} {{end}}