{{$Cfg := .Cfg}} {{.Title}} ({{.When}}) {{with .Cfg.CSS}}{{end}} {{with .Cfg.Webmaster}}{{end -}} {{- range .Cfg.GitURLs}} {{end}} {{if .Parent}}{{end}} {{with .Cfg.AboutURL}}[about]{{end}} [index] {{if .Parent}}[prev]{{end}} [{{.When}}] [{{.Commit.Hash.String}}] {{if .Topics}}
Topics: {{range .Topics}}[{{.}}]{{end}} {{end}}

{{.Title}}

{{range .Lines}}{{. | lineURLize $Cfg.URLPrefix}}
{{end}}

{{if .NoteLines}}Note:
{{range .NoteLines}}{{. | lineURLize $Cfg.URLPrefix}}
{{end}}

{{end}} {{if .Cfg.CommentsEmail}}[leave comment]{{end}}
{{range $idx, $comment := .Comments}}
comment {{$idx}}:
{{range $comment.HeaderLines}}{{.}}
{{end}}{{range $comment.BodyLines}}{{. | lineURLize $Cfg.URLPrefix}}
{{end}}
{{end}}