package tpl import "go.neonxp.ru/framework/pkg/utils" templ Layout() { {{ user := utils.GetUserCtx(ctx) }} App
{ children... }
}