Hi, When wanting to do some inline CSS, I sometimes have to do: <div style="font-family:foo; padding:20px;"> ... </div> How to make that using tal:attributes? the ";" are genrating errors. Backslash does not escape the ";". Thank you.