{{/* ACTION BUTTONS — visible on hover only */}}
{{/* New note button */}}
{{/* New subfolder button */}}
{{/* DELETE FOLDER BUTTON */}}
{{/* INLINE FOLDER NAME INPUT */}}
{{range .Fisiere}}
{{template "file" .}}
{{end}}
{{range .Subfoldere}}
{{template "folder" .}}
{{end}}