
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1177 fd906abe-77d9-0310-91a1-e0d9ade77398
17 lines
315 B
XML
17 lines
315 B
XML
<tal:show i18n:domain="loops">
|
|
<html metal:use-macro="context/@@standard_macros/view"
|
|
i18n:domain="zope">
|
|
<head></head>
|
|
<body>
|
|
|
|
|
|
<metal:body fill-slot="body"
|
|
tal:define="item nocall:view">
|
|
<metal:block use-macro="views/resource_macros/render" />
|
|
</metal:body>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
</tal:show>
|
|
|