cybertools/view/browser/generic.pt
helmutm d26d8727e5 allow customizing of (macro) templates when using Zope 2
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4028 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-10-03 13:38:34 +00:00

14 lines
253 B
XML

<tal:show condition="view/update">
<html metal:use-macro="view/mainMacro">
<body>
<div metal:fill-slot="main"
tal:define="view view/wrap">
<metal:content use-macro="view/contentMacro" />
</div>
</body>
</html>
</tal:show>