Hi list,

is it possible to use a variable expression in metal:use-macro statements? For example:

<div tal:define="path_to_macro python:here.pathToMacro()">
   <div metal:use-macro="path_to_macro"></div>
</div>


What i want to do is to create an wrapper for existing macros to add some extra attributes, css classes for example.

regards
Andreas Petermann

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to