#if $helper.getMetadataType() == '3'
#include source = $getFileContents($templatePath+"/header.html")
#include source = $getFileContents($templatePath+"/menu.html")
#end if
#if $portlet.getTypeName() == 'Worktop':
#include source = $getFileContents("static/jstl/worktop/worktop.jstl")
#else
#filter WebSafe $formJstl #end filter
#end if
#if $helper.getMetadataType() == '3'
#include source = $getFileContents($templatePath+"/footer.html")
#end if