loops/browser/document.pt
helmutm 975816be9c a couple of minor improvements like using DC titles, ...
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1177 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-04-17 13:34:50 +00:00

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>