{{define "folder"}}
{{/* Chevron */}} {{/* Folder icon — closed */}} {{/* Folder icon — open */}} {{.Nume}}
{{/* ACTION BUTTONS — visible on hover only */}}
{{/* New note button */}}
{{/* New subfolder button */}}
{{/* INLINE FOLDER NAME INPUT */}} {{/* CHILDREN */}}
{{range .Fisiere}} {{.Nume}} {{end}} {{range .Subfoldere}} {{template "folder" .}} {{end}}
{{end}}