cybertools/view/web/zpt/content.pt
helmutm 959dd2a56f renamed cybertools.web to cybertools.view and rearranged package layout
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1524 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-11-26 14:52:23 +00:00

15 lines
211 B
XML

<html metal:use-macro="options/template/main_macro"
i18n:domain="zope">
<head></head>
<body>
<metal:body fill-slot="body">
<div>
This is the body
</div>
</metal:body>
</body>
</html>