He folks,
 
I need a solution to format a title in lowercase all the time. I have an object with a title
 
     <a class="navigation" target="main" 
              tal:attributes="href url"
              tal:content="r/object/title_or_id">ID</a>
 
 
What would be the right way of converting the title to lowercase ?
 
Thanks,
Volker