7f95af7da8d60c9811953318df1743e939c011a9
[Plinn.git] / skins / custom_content / document_view.pt
1 <html metal:use-macro="here/main_template_view/macros/master">
2 <head>
3 <title>Document view</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5 <base href="." metal:fill-slot="base" tal:attributes="href python: here.absolute_url() + '/'" />
6 </head>
7 <body>
8
9 <div metal:fill-slot="main" tal:omit-tag="">
10 <div tal:replace="structure here/CookedBody">Cooked Body</div>
11 </div>
12
13 </body>
14 </html>