4 Apr
2003
4 Apr
'03
11:42 p.m.
Is there something similar to tal:replace that applies any markup in the object you are replacing the tag with? Example:
<span tal:replace=”container/content”></span>
<span tal:replace=”structure container/content”></span> will decline to HTML-escape the output (because you tell it the output is structural -- wrt to HTML.) --jcc