{{template "_layout.html" .}} {{define "record-info"}} {{if .recordDetails}}
{{if .recordDetails.Creator.CharacterName}}Posted By: {{.recordDetails.Creator.CharacterName}}{{.recordDetails.Creator.CharacterName}}{{end}} Last Updated: {{.recordDetails.UpdatedAtHuman}} {{range $option := .recordOptions}} {{index $option 0}} {{end}}
{{end}} {{end}} {{define "record-list-item"}}
{{range $option := .options}} {{index $option 0}} {{end}}
{{.name}} {{.updatedAt}}
{{end}} {{define "record-list"}}
{{if not .}}
(no items)
{{end}} {{range $item := .}} {{block "record-list-item" $item}}{{end}} {{end}}
{{end}}