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