cybertools/view/browser/generic.pt
helmutm b1a231f40e work in progress: wiki configuration and editing
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3855 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-05-09 09:50:15 +00:00

13 lines
216 B
XML

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