{{ $slug := ((.Context).Value "params").Slug }} {{ $fileList := ((.Context).Value "file-manager").ListSubTree $slug }} {{ template "header" .}} {{ if ($fileList).Error }}

File Listing Error

{{($fileList).Error}} {{ else }}

Files: {{($fileList).Root}}

Upload File
New Directory
{{ end }} {{ template "footer" .}}