#LOCAL("VisibilityPrefix", "Visible")#IF(#INPUT.IsEditorMode)#SET("VisibilityPrefix", "")#ENDIF
{BlogPostPublished} #BLOCK("InlineEditor", "text", #Object, "Subject", "Tag=h1")

#IF(#Subject)#Subject#ELSE({NoSubject})#ENDIF

#ENDBLOCK
#BLOCK("InlineEditor", "html", #Object, "Message", "Tag=div")
#Message[0]
#ENDBLOCK {ReadBlogPost}
#IF(#COUNT(#Tags) OR #INPUT.IsEditorMode) {MoreAbout}: #BLOCK("InlineEditor", "tags", #Object, "TagNamesString", "Tag=span") #JOIN(", ", #Tags)#Tag#ENDJOIN #ENDBLOCK #ENDIF
#ENDLOCAL