{{define "title"}} Home {{end}} {{define "username"}} {{index . "name"}} {{end}} {{define "page_title"}} Dashboard {{end}} {{define "page_content"}}
Wireguard Clients
{{range .clientDataList}}

{{ .Client.Name }} {{ .Client.Email }} {{ .Client.CreatedAt.Format "2 Jan 2006 15:04" }} {{ .Client.UpdatedAt.Format "2 Jan 2006 15:04" }} IP Allocation {{range .Client.AllocatedIPs}} {{.}} {{end}} Allowed IPs {{range .Client.AllowedIPs}} {{.}} {{end}}
{{end}}
{{end}} {{define "bottom_js"}} {{end}}