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

Make reservation

{{$res := index .Data "reservation"}}

Reservation Details
Room: {{$res.Room.RoomName}}
Arrival: {{index .StringMap "start_date"}}
Departure: {{index .StringMap "end_date"}}

{{with .Form.Errors.Get "first_name"}} {{end}}
{{with .Form.Errors.Get "last_name"}} {{end}}
{{with .Form.Errors.Get "email"}} {{end}}

{{end}}