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

Item {{ $context.Collection }}/{{ $context.Key }}

{{ $context.Value }}
{{end}} {{end}} {{ template "last-refresh" .}} {{ end }}