{{template "base" .}} {{define "content"}}

Make reservation

{{$res := index .Data "reservation"}}
{{with .Form.Errors.Get "first_name"}} {{end}}
{{with .Form.Errors.Get "last_name"}} {{end}}
{{with .Form.Errors.Get "email"}} {{end}}

{{end}}