{{define "content"}}
{{range .BlogItems}}

{{.Title}}

{{if .Summary}}

{{.Summary}}

{{end}}
{{.Content}}
{{end}}
{{end}} {{define "feed"}}

Recent Notes

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

No recent notes available.

{{end}}
{{end}}