whois/templates/updates.json.tmpl

3 lines
190 B
Cheetah
Raw Permalink Normal View History

2025-01-05 20:17:52 -05:00
{{ define "content" }}
[{{ range $i, $update := .Updates }}{{ if $i }},{{ end }}{"name": "{{$update.Name}}", "time": "{{$update.Time.Format "2006-01-02T15:04:05.000Z"}}"}{{ end }}]
{{ end }}