{{define "download.gohtml"}}{{template "base" .}}{{end}} {{define "content"}}

Download files

Bucket id: {{.Data.Box.ID}}

{{if .Data.Files}}
Expires {{.Data.ExpiresLabel}} {{if .Data.MaxDownloads}}{{.Data.DownloadCount}} / {{.Data.MaxDownloads}} downloads{{end}}
Download zip
{{range .Data.Files}} {{.Name}} {{.Size}} ยท {{.ContentType}} {{end}}
{{else}}

{{.Data.ExpiresLabel}}

{{end}}
{{end}}