Hi, all I want to render a URL by tal:attributes: <a href="" tal:attributes="href python: here.absolute_url()+'?var1=A&var2=B'"> the & in '?var1=A&var2=B' will be "escaped" to & That make unexpected URL to be generated, How to keep "&" to be "&" not "&" Thanks Iap, Singuan