blob: ceedf0cc150bfb05cfb5e614bad2e5a36150839e (
plain)
1
2
3
4
5
6
7
|
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal="http://xml.zope.org/namespaces/tal">
<div tal:define="info path: view/getInfo">
<span tal:content="path: info/greeting"/> from
<span tal:content="path: info/id"/>
</div>
</div>
|