#LOCAL("ExternalSearchContent","")
#REM Check if menu "CategorySearchForm" has any templates, if not show default else load "CategorySearchForm" #ENDREM
#MENU("CategorySearchForm") #SET( "ExternalSearchContent", #ExternalSearchContent."". #INCLUDE(#Template) ) #ENDMENU
#IF(#IsEmpty(#ExternalSearchContent))
#ELSE
#ExternalSearchContent[0]
#ENDIF
#ENDLOCAL