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

{ i18n.Localize(ctx, "booking.new.title") }

{ i18n.Localize(ctx, "booking.new.subtitle") }

} }