Hi all!

Is it possible to use tal:attributes with a dictionary or something like this?

I would like to change/add attributes to a HTML object in a list or a dict like:

<tal:b tal:define='atributos python: {'href': ' http://blogs.sistes.net/Garito', 'target': '_blank', 'myCustomAttribute': 'Value1'}
<a href="http://www.sistes.net " tal:attributes='atributos'>I'm a link!</a>

Thanks a lot!
--
Mis Cosas
http://blogs.sistes.net/Garito