{{define "folder"}} {{template "base" .}} {{end}} {{define "folder_content"}}

{{if .folder_path}} {{.folder_path}} {{else}} Welcome to {{.app_name}} {{end}}

{{if .folder_contents}} {{len .folder_contents}} items {{else}} No items found {{end}}

New Note
{{if .folder_contents}} {{range .folder_contents}}
{{fileTypeIcon .Type}}

{{.DisplayName}}

{{if eq .Type "dir"}} Folder {{else}} {{formatSize .Size}} • {{formatTime .ModTime}} {{end}}

{{if eq .Type "md"}} {{end}} {{if eq .Type "text"}} {{end}} {{if eq .Type "image"}} {{end}} {{if ne .Type "dir"}} {{end}}
{{end}} {{else}}

This folder is empty

Create a new note or upload files to get started

{{end}}
{{end}} {{define "folder_scripts"}} {{end}}