{{define "articles"}} {{template "header" .}}
{{if .Flashes}}{{end}}

drafts

{{ if .AnonymousPosts }}
{{ range $el := .AnonymousPosts }}

edit delete {{ if $.Collections }} {{if gt (len $.Collections) 1}}
{{else}} {{range $.Collections}} move to {{.DisplayTitle}} {{end}} {{end}} {{ end }}

{{if .Summary}}

{{.Summary}}

{{end}}
{{end}}
{{ else }}

You haven't saved any drafts yet.

They'll show up here once you do. Find your blog posts from the Blogs page.

Start writing

{{ end }}
{{template "footer" .}} {{end}}