{{if .blog.Title}} {{.blog.Title}} {{else}} Untitled {{end}}
{{if .blog.Tags}}
{{blogTagsForExport $ .blog.Tags}}
{{end}}
{{blogTagsForExport $ .blog.Tags}}
{{end}}
{{if .blog.IsMarkdown }}
{{else}}
{{.content | raw}}
{{end}}