{{ define "title" }} {{ .Data.Name }} {{ end }} {{ define "main" }}
{{ if .Data.sent }}

{{ string .Blog.Lang "messagesent" }}

{{ else }} {{ with .Data.title }}

{{ mdtitle . }}

{{ end }} {{ with .Data.description }}{{ md . }}{{ end }}
{{ if .Data.privacy }} {{ md .Data.privacy }} {{ else }} {{ end }}
{{ end }}
{{ end }} {{ define "contact" }} {{ template "base" . }} {{ end }}