package tpl import "neonxp.ru/go/framework/pkg/model" templ Profile(user *model.User) { @Layout() {

{ user.Username }

{ user.Email }

} }