#IF(#INPUT.IsEditorModeEnabled AND NOT #INPUT.IsEditorNavElements) #WITH(#Shop) #BLOCK("InlineEditor", "text", #Object, "Name", "Tag=h1")

#Shop.Name

#ENDBLOCK #BLOCK("InlineEditor", "html", #Object, "Slogan", "Tag=div")
#Shop.Slogan[0]
#ENDBLOCK #ENDWITH #ELSE #IF(#DEFINED(#Shop.Name))

#Shop.Name

#ENDIF
#IF(#Shop.Slogan)
#Shop.Slogan[0]
#ENDIF #ENDIF