#LOCAL("VisibilityPrefix", "Visible")#IF(#INPUT.IsEditorMode)#SET("VisibilityPrefix", "")#ENDIF
{BlogPostPublished}
#BLOCK("InlineEditor", "text", #Object, "Subject", "Tag=h1")
#ENDBLOCK
#BLOCK("InlineEditor", "html", #Object, "Message", "Tag=div")
#ENDBLOCK
{ReadBlogPost}
#IF(#COUNT(#Tags) OR #INPUT.IsEditorMode)
{MoreAbout}:
#BLOCK("InlineEditor", "tags", #Object, "TagNamesString", "Tag=span")
#JOIN(", ", #Tags)#Tag#ENDJOIN
#ENDBLOCK
#ENDIF
#ENDLOCAL