{{define "detail.html"}}{{template "base.html" .}}{{end}} {{define "title"}}{{.Name}}{{end}} {{define "content"}} {{if .Error}}

{{.Error}}

{{end}}

{{.Name}}

{{if .IsImage}}
{{.Name}}
{{end}}
key
{{.Key}}
type
{{.ContentType}}
size
{{.SizeHuman}} ({{.Size}} bytes)
modified
{{.LastModified}}
etag
{{.ETag}}

actions

{{end}}