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

{ user.Username }

{ user.Email }

} }