#BLOCK("InlineEditor", "text", #Object, "Name", "Tag=h1")
#IF(#Date)#Date[date] - #ENDIF#NameOrAlias
#ENDBLOCK
#IF(#DEFINED(#ImageMedium))
#BLOCK("InlineEditor", "image", #Object, "ImageMedium")

#ENDBLOCK
#ELSIF(#INPUT.IsEditorMode AND #Class.Alias EQ "Article")
#BLOCK("InlineEditor", "image", #Object, "ImageMedium")

#ENDBLOCK
#ENDIF
#BLOCK("InlineEditor", "html", #Object, "Text", "Tag=div")
#IF(#Text)#Text[0]#ELSIF(#Description)#Description[0]#ENDIF
#ENDBLOCK
#IF(#Attachment OR #Shop.ShowPrintLink)
#ENDIF
#IF(#Attachment)
#IF(#AttachmentTitle)#AttachmentTitle#ELSE#Attachment#ENDIF
#ENDIF
#IF(#Shop.ShowPrintLink)
{PrintView}
#ENDIF