<html metal:use-macro="here/main_template_view/macros/master"> <head> <title>Document view</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <base href="." metal:fill-slot="base" tal:attributes="href python: here.absolute_url() + '/'" /> </head> <body> <div metal:fill-slot="main" tal:omit-tag=""> <div tal:replace="structure here/CookedBody">Cooked Body</div> </div> </body> </html>