ddocument_view
last edited 7 years ago by jack
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
lang="en-US"
metal:use-macro="here/main_template/macros/master"
i18n:domain="plone">
<metal:block fill-slot="base">
<base href=""
tal:attributes="href python: here.absolute_url() + '/'">
</metal:block>
<body>
<div metal:fill-slot="main">
<tal:main-macro metal:define-macro="main" tal:define="len_text python:len(here.text);">
<h1 tal:content="here/title_or_id" class="documentFirstHeading">
Title or id
</h1>
<div metal:use-macro="here/document_actions/macros/document_actions">
Document actions (print, sendto etc)
</div>
<div class="documentDescription" tal:content="here/Description">
Document Description
</div>
<div tal:replace="structure here/CookedBody2">
</div>
</tal:main-macro>
</div>
</body>
</html>