{{ define "main" }} {{ $location := .File.URI }} {{ $path := .File.Path }}

{{ .File.HTMLPath }}

{{ if .CutCount }}
Files in Cut Buffer ({{ .CutCount }})
{{ range .CutBuffer }}
{{ . }}
{{ end }}
{{ end }} {{ if .CopyCount }}
Files in Copy Buffer ({{ .CopyCount }})
{{ range .CopyBuffer }}
{{ . }}
{{ end }}
{{ end }}
{{ range .File.Data }} {{ $name := .Info.Name }} {{ end }}
{{ if .FileCount }}

Hint: aestrik (*) indicates mime-type (media type) of file in Info section.

{{ else }}

Empty Folder

{{ end }}

Create New Folder

{{ end }}