{{ define "body" }} {{ with $json := handleJson . }}
{{ $json.Str }}
{{ with $json.Err }}
{{ $json.Err }}
{{ end }} {{ end }} {{ with $form := handleForm . }}
Form Params
{{ range $key, $values := $form }} {{ range $value := $values }} {{ end }} {{ end }}
{{ $key }} {{ $value }}
{{ end }} {{ end }}