Page Structure
Page structure is one of the few templates that is not editable. You cannot override this particular template since it controls how the CMS integrates to the site. But you have enough other hooks that you should not need to worry about this template.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"
xmlns:p="tapestry:parameter" lang="en">
<head>
<head t:type="ui/pagehead" title="${title}"/>
</head>
<body t:type="any" class="prop:agentAwareBodyClass" id="prop:bodyId">
<div t:type="ui/BodyStructure" webNodeType="webNodeType">
<t:body/>
</div>
<span t:type="ui/googleAnalytics"></span>
</body>
</html>
Updated 5 months ago