At first I was intrigued: now I'm enthused. It's paradigm is absolutely brilliant.
Code: Select all
<div id="item" tal:repeat="value values">
<div id="item">
<span tal:condition="value/hasDate" tal:replace="value/getDate"/>
<a tal:attributes="href value/getUrl" tal:content="value/getTitle"/>
</div>
<div id="content" tal:content="value/getContent"/>
</div>Yet I'm not ready to migrate yet, as after all, you don't fix what isn't broken. Has anyone else had experiences with this templating system? What did you think of it? If you haven't seen this before, does it look interesting?