{{ define "title" }}Preview Comment{{ end }} {{ define "content" }} {{ with .Data.Comment }}
{{ if $.Data.Editing -}} {{ end }}

{{- if $.Data.Deleting -}} Delete Comment {{- else if $.Data.Editing -}} Edit Comment {{- else -}} Preview {{- end -}}


{{ template "comment" . }}
{{ if $.Data.Deleting }}

Are you sure you want to delete this comment?

Cancel {{ else }} {{ if not $.CurrentUser.IsAuthenticated }}
{{ if and $.CurrentUser.IsAuthenticated }} {{ $.CurrentUser.Name }} {{ else }} {{ end }}
Used for your Gravatar and optional thread subscription. Privacy policy.
{{ end }}
You may format your message using Markdown syntax.
{{ end }}
{{ end }} {{ end }}