package view type HostViewModel struct { Name string Address string ZipCode string City string PhoneNumber string Email string } templ Index(host *HostViewModel) { @BaseLayout() {
{ host.Name }
} }