cybertools/web/content.pt
helmutm 335c15f17a added web sub-package for generic view support and other web- and browser-related stuff
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1520 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-11-24 15:48:14 +00:00

15 lines
216 B
XML

<html x_metal:use-macro="context/@@skin_macros/page"
i18n:domain="zope">
<head></head>
<body>
<x_metal:body fill-slot="body">
<div>
This is the body
</div>
</x_metal:body>
</body>
</html>