Frontend Developer Manual / Version 2201
Table Of ContentsThis brick contains all templates required to render the core construct of an HTML page. It will integrate the PBE including the preview device slider and the developer mode icon.
PageGrid
Although rendering for PageGrid and PageGridPlacement is included the intention is to override it in your themes so the actual PageGrid of the your site can be rendered in a suitable way making use of our various other bricks.
Templates
Page.ftlrenders the HTML tag.Page._head.ftlrenders the head tag.Page._additionalHead.ftlrenders CSS and JavaScript in head and provides the view hookVIEW_HOOK_HEAD.Page._body.ftlrenders the body tag including the PageGrid. It also shows a warning, if JavaScript is disabled.Page.bodyEnd.ftlrenders JavaScript at the end of the body tag and provides the view hookVIEW_HOOK_END.PageGrid.ftlrenders the PageGrid and includes the PageGridPlacements.PageGridPlacement.ftlrenders a PageGridPlacement and its items with the default view.CMCSS.asCSSLink.ftlrenders a link tag to include the content of a CMCSS document.MergeableResources.asCSSLink.ftlrenders a link tag to include the merged CSS.CMJavaScript.asJSLink.ftlrenders a script tag to include the content of a CMJavaScript document.MergeableResources.asJSLink.ftlrenders a script tag to include the merged JavaScript.


