{{$.post.Title}} {{.blogInfo.Username}} Posted on {{dateFormat $.post.PublicTime "2006-01-02"}} {{if .post.Tags}} {{blogTags $ $.post.Tags}} {{end}} {{if $.post.IsMarkdown }} {{$.post.Content | raw}} {{else}} {{$.post.Content | raw}} {{end}} {{template "reward.html" $}} {{if $.prePost}} {{$.prePost.Title}} {{end}} {{if $.nextPost}} {{$.nextPost.Title}} {{end}}