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

Diff of {{.DisplayTitle}}

Comparing {{if eq .ID $.CurrentRevisionID}} latest {{end}} revision at {{.Created.Format "2006-01-02 15:04"}} {{if .Creator}}by {{template "author" .Creator}}{{end}} {{- if .Comment -}} ... ({{.Comment}}){{- end -}}

With {{if eq $.NewRevision.ID $.CurrentRevisionID}} latest {{end}} revision at {{$.NewRevision.Created.Format "2006-01-02 15:04"}} {{if $.NewRevision.Creator}}by {{template "author" $.NewRevision.Creator}}{{end}} {{- if $.NewRevision.Comment -}} ... ({{$.NewRevision.Comment}}){{- end -}}

{{end}}
{{.DiffString}}
{{end}}