Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / newsitem_view.pt
1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2 xmlns:metal="http://xml.zope.org/namespaces/metal"
3 metal:use-macro="here/main_template_view/macros/master">
4 <head>
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
6 <metal:block fill-slot="base"
7 ><tal:span tal:replace="structure here/getBaseTag"
8 /></metal:block>
9 </head>
10 <body>
11 <div metal:fill-slot="main">
12 <div tal:replace="structure here/CookedBody">Body</div>
13 </div>
14 </body>
15 </html>