Glasnost

help

 

METAL Statements: define-macro

metal:define-macro="name"

<ul metal:define-macro="ulRoles"
    tal:condition="user">
  <li tal:repeat="labelAndLink getGotoObjectsLabelsAndLinks()">
    <a tal:attributes="href labelAndLink[1]"
       tal:content="labelAndLink[0]">server</a></li>
</ul>
up