{{template "member/top.html" .}}

{{.note.Title}} - {{msg $ "setAbstract"}}

{{leaMsg . "Once the abstract has been updated, it will not set the abstract automatically other than you cancel it."}}
{{raw .note.Abstract}}

{{leaMsg . "Raw Content"}}:


{{if .note.IsMarkdown}}
{{.note.Content|raw}}
{{else}} {{.note.Content|raw}} {{end}}
{{template "member/footer.html" .}} {{template "member/end.html" .}}