{{define "content"}}
{{with .Article}} {{template "tabs" $}}

{{.DisplayTitle}}

{{end}}
    {{range .Revisions}}
  • {{ .Created.Format "2006, Jan _2 3:04 MST" }} by {{template "author" .Creator}} ({{.Markdown}} bytes){{if .Comment}} ... ({{.Comment}}){{end}}{{if or (gt .PreviousID 0) (ne .ID $.CurrentRevisionID)}} ({{if gt .PreviousID 0}}diff{{end}}{{if and (gt .PreviousID 0) (ne .ID $.CurrentRevisionID)}} | {{end}}{{if ne .ID $.CurrentRevisionID}}curr{{end}}){{end}}
  • {{end}}
{{end}}