package view import ( "github.com/rjNemo/rentease/internal/view/layout" ) templ NewBooking(platforms []string) { @layout.BaseLayout() {

New Booking

Create a new booking

} }