{{.app_name}}
New Note
{{if .notes_tree}} {{template "tree_node" dict "node" .notes_tree "active_path" .active_path "current_note" .current_note}} {{end}}
{{if .breadcrumbs}}
{{range $i, $crumb := .breadcrumbs}} {{if $i}}
{{end}} {{if $crumb.URL}}
{{$crumb.Name}}
{{else}}
{{$crumb.Name}}
{{end}} {{end}}
{{end}}
{{block "content" .}}{{end}}
{{block "scripts" .}}{{end}}