{{template "header.html" .}}
{{if $.Data.IsUserLoggedIn}} {{if $.Data.CurrentUser.IsAdmin}} Edit {{end}} {{end}}

{{$.Data.Blog.Post.Name}}

{{$.Data.Blog.Post.Briefly}} {{$.Data.Blog.Post.Content}}
{{template "footer.html" .}}