loops/browser/document.pt
helmutm 2743e01d78 more on entry forms; concept search combo box now provides UID
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1355 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-09-22 11:21:01 +00:00

21 lines
409 B
XML

<tal:show i18n:domain="loops">
<html metal:use-macro="context/@@standard_macros/view"
i18n:domain="zope">
<head></head>
<body>
<metal:body fill-slot="body"
tal:define="item nocall:view">
<h1 tal:content="item/title">Title</h1>
<div class="content-1" id="1.body"
tal:content="structure item/render">
The body
</div>
</metal:body>
</body>
</html>
</tal:show>