
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3855 fd906abe-77d9-0310-91a1-e0d9ade77398
13 lines
216 B
XML
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>
|