{{ $absURL := .Config.AbsoluteURL }} {{.Name}} {{ if ne .User.StyleSheet "" }} {{ end }} {{ if .IsDir }} {{ else }} {{ end }}

File Manager

{{ if .User.AllowCommands }} {{ end }}
exit_to_app Logout
{{ $lnk := .PreviousLink }} {{ if ne .Name "/"}}

{{ .Name }}

{{ end }}
open_in_new See raw
{{ if and .IsDir .User.AllowEdit }}
mode_edit
{{ end }} {{ if .User.AllowEdit }}
delete Delete
{{ end }}
{{ if and (.User.AllowNew) (.IsDir) }}
file_upload Upload
{{ end }}
file_download Download {{ if .IsDir }} {{ end }}
{{ if .IsDir }}
view_headline Switch view
{{ end }}
{{ template "content" . }}