{{template "partial_header.html" .}}

{{$.post.Title}}

{{if .post.Tags}} {{end}}
{{if $.post.IsMarkdown }} {{else}} {{$.post.Content | raw}} {{end}}
{{template "reward.html" $}}
{{if $.prePost}} {{$.prePost.Title}} {{end}}
{{if $.nextPost}} {{$.nextPost.Title}} {{end}}
{{if $.post.IsMarkdown }} {{end}} {{template "share_comment.html" $}} {{template "partial_footer.html" $}}