close

Filter

loading table of contents...

Frontend Developer Manual / Version 2107

Table Of Contents

6.3.9 Page

This 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.ftl renders the HTML tag.

  • Page._head.ftl renders the head tag.

  • Page._additionalHead.ftl renders CSS and JavaScript in head and provides the view hook VIEW_HOOK_HEAD.

  • Page._body.ftl renders the body tag including the PageGrid. It also shows a warning, if JavaScript is disabled.

  • Page.bodyEnd.ftl renders JavaScript at the end of the body tag and provides the view hook VIEW_HOOK_END.

  • PageGrid.ftl renders the PageGrid and includes the PageGridPlacements.

  • PageGridPlacement.ftl renders a PageGridPlacement and its items with the default view.

  • CMCSS.asCSSLink.ftl renders a link tag to include the content of a CMCSS document.

  • MergeableResources.asCSSLink.ftl renders a link tag to include the merged CSS.

  • CMJavaScript.asJSLink.ftl renders a script tag to include the content of a CMJavaScript document.

  • MergeableResources.asJSLink.ftl renders a script tag to include the merged JavaScript.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.