{{ define "content" }} {{ with $context := . }} {{ if ne $context.Error "" }} {{$context.Error}} {{else}}

Collection {{ $context.Collection }}

{{ range $index, $key := $context.Keys }} {{ end }}
Index Item
{{$index}} {{$key}}
{{end}} {{end}} {{ template "last-refresh" .}} {{ end }}