{{template "header.html" .}}
Name: {{.hotel.Name}}
Address: {{.hotel.Address}}
City: {{.hotel.City}}
State: {{.hotel.State}}
Zip: {{.hotel.Zip}}
Country: {{.hotel.Country}}
Nightly rate: {{.hotel.Price}}
Beds: {{.booking.Beds}}
Total: {{.booking.Total}} {{/* .formatCurrency('USD') */}}
Check in date: {{.booking.CheckInDate.Format "2006-01-02"}}
Check out date: {{.booking.CheckOutDate.Format "2006-01-02"}}
Credit card #: {{.booking.CardNumber}}
Cancel