{{define "BodyFiles"}} {{ $length := len . }} {{ if ne $length 0 }} {{range $index, $element := .}}
{{if $element.IsDir}} {{else}} {{end}}
{{ $element.Name }}

{{if $element.IsDir}}{{ $element.ModificationTime }}{{else}}{{ $element.ModificationTime }} • {{ $element.Size }}{{end}}

{{if not $element.IsDir}}
{{end}}
{{if $element.IsDir}} {{end}} {{end}} {{else}}

No Files here.

{{end}} {{end}}