{{define "subject"}}[{{ .siteName }}] {{ .title }}{{end}} {{define "body"}}
{{ translate "email.new_comment.text" (dict "userName" .userName "title" (.title | stripHtml) "postLink" .postLink) | html }}
{{ .content }}
—
{{ translate "email.footer.subscription_notice" (dict "view" .view "unsubscribe" .unsubscribe "change" .change) | html }}