#if ($pageId) #set ($headerPage = $themePress.pageExtraHeaderForPage($pageId)) #else #set ($headerPage = $themePress.pageExtraHeader($spaceKey)) #end #if ($brikitCore.phone) #set ($mobilePage = $themePress.getMobilePhoneVersion($headerPage)) #if ($mobilePage) #set ($headerPage = $mobilePage) #end #end #if ($headerPage) #renderArchitectPage($headerPage, "", "brikit-header-content") #else
#end ## PRESS-1342 Load the resources here to make sure that the macros in headers ## or footers have what they need. #requireResourcesForContext("main")