cybertools/z2/browser/generic.pt
helmutm 26aa91568b provide generic base classes and templates
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3783 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-03-26 11:17:12 +00:00

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>