{{define "note"}} {{template "base" .}} {{end}} {{define "note_content"}}

{{.title}}

{{if .folder_path}}

{{.folder_path}}

{{end}}
{{.content | safeHTML}}
{{end}} {{define "note_scripts"}} {{end}}