cybertools/web/zpt/content.pt
helmutm f072c6b7f9 make zpt implementation basically working
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1522 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-11-24 17:52:43 +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>