Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / custom_content / favorite_view.pt
1 <html metal:use-macro="here/main_template_view/macros/master">
2 <head>
3 <title>Favorite 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" i18n:domain="plinn">
10
11 <p i18n:translate="">Link: <a href=""
12 tal:attributes="href here/getRemoteUrl"
13 tal:content="here/getRemoteUrl"
14 i18n:name="link"
15 >/index_html</a></p>
16 </div>
17
18 </body>
19 </html>
20