1 <html metal:use-macro="here/main_template_view/macros/master">
3 <title>Link 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() + '/'" />
8 <div metal:fill-slot="main" i18n:domain="cmf_default">
10 <p i18n:translate="">Link: <a href=""
11 tal:attributes="href here/remote_url"
12 tal:content="here/remote_url"
14 >http://www.zope.org</a></p>