
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3783 fd906abe-77d9-0310-91a1-e0d9ade77398
14 lines
298 B
XML
14 lines
298 B
XML
<tal:show condition="view/update">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"
|
|
metal:use-macro="view/getMainMacro">
|
|
|
|
<body>
|
|
|
|
<div metal:fill-slot="content">
|
|
<metal:content use-macro="view/getContentMacro" />
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
</tal:show>
|