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

{{.title}}

{{if .Authenticated}} Edit {{end}} Download {{if .Authenticated}} {{end}}
{{if .folder_path}}

{{.folder_path}}

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