{{define "content"}}
{{.Content}}
{{if .TableOfContents}} {{end}}
{{end}} {{define "feed"}}

Recent Notes

{{range .FeedItems}}
{{.Author}}
{{.Content}}
{{.Time}}
View on Alexandria
{{else}}

No recent notes available.

{{end}}
{{end}}