My Access
{{.Name}}
Email: {{if .Email}}{{.Email}}{{else}}—{{end}}
Server: {{.ServerName}} ({{.Interface}})
Allocated IP: {{ StringsJoin .AllocatedIPs ", " }}
{{define "title"}}
My Access
{{end}}
{{define "top_css"}}
{{end}}
{{define "username"}}
{{ .username }}
{{end}}
{{define "page_title"}}
My Access
{{end}}
{{define "page_content"}}
Email: {{if .Email}}{{.Email}}{{else}}—{{end}} Server: {{.ServerName}} ({{.Interface}}) Allocated IP: {{ StringsJoin .AllocatedIPs ", " }}My Access
{{.Name}}