{{$Cfg := .Cfg -}}{{$.T.Get "What"}}: {{.Commit.Hash.String}} {{$.T.Get "When"}}: {{.When}} ------------------------------------------------------------------------ {{if .Topics}}{{$.T.Get "Topics"}}:{{range .Topics}} {{.}}{{end}}{{end}} ------------------------------------------------------------------------ {{.Commit.Message -}} {{- if .Images}} ------------------------------------------------------------------------ {{range $idx, $img := .Images}}http://{{$Cfg.ImgDomain}}/{{$img.Path}} {{end}}{{end -}} {{- if .Note}} ------------------------------------------------------------------------ {{$.T.Get "Note"}}: {{.Note}}{{end -}} {{- if .Cfg.CommentsEmail}} ------------------------------------------------------------------------ {{$.T.Get "leave a comment"}}: mailto:{{.Cfg.CommentsEmail}}?subject={{.TitleEscaped}} {{end}}{{range $idx, $comment := .Comments}} ------------------------------------------------------------------------ {{$.T.Get "comment"}} {{$idx}}: {{$comment}} {{end}} ------------------------------------------------------------------------ {{$.T.Get "Generated by"}}: SGBlog {{.Version}}