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

Error

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

File Upload

Uploading file to /{{$slug}}
(file with the same name as your upload will be overwritten!)

{{ end }} {{ template "footer" . }}