cybertools/browser/skin/left_slot.pt
helmutm 3ea664a763 a whole bunch of work mainly introducing viewlet stuff; and a few renames...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-10-31 15:44:01 +00:00

7 lines
158 B
XML

<div>
Headline
</div>
<div tal:repeat="viewlet options/viewlets">
<div tal:content="structure python: viewlet(viewlet=viewlet)">Left Slot
</div>
</div>