{{define "content"}}

{{.Eyebrow}}

{{.Heading}}

{{.Description}}

{{range .Metrics}}

{{.Value}}

{{.Label}}

{{.Description}}

{{end}}

Authenticated User

Email: {{if .CurrentUser}}{{.CurrentUser.Email}}{{else}}Unavailable{{end}}

Role: {{if .CurrentUser}}{{.CurrentUser.Role}}{{else}}Unknown{{end}}

Session And Storage

Protected admin routes continue to use the existing session context. Release uploads now persist files under the private artifact directory rather than the public static web root.

{{end}}