<head>
<title tal:content="here/expanded_title">Title goes here</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="description"
tal:attributes="content python:here.Description().strip() or portal_object.description" />
<meta name="keywords"
</div>
<a name="documentContent"></a>
+ <div metal:define-slot="body" tal:omit-tag="">
<div metal:define-slot="main_no_tabs" tal:omit-tag="">
<div tal:condition="specialCtxHeader" tal:content="structure specialCtxHeader">special context header</div>
<div id="ContentTabs" tal:condition="not:specialCtxHeader">
<div metal:define-slot="footer" tal:replace="nothing">footer slot</div>
</div>
</div>
+ </div>
</td>
<!-- end_main_column -->