[ZPT] How do I preserve HTML comments in TAL ?
Geir Bækholt
lists at elvix.com
Wed Jul 2 20:05:52 EDT 2003
On Wed, 02 Jul 2003 17:04:57 +0200 GMT (..17:04 where i live(GMT+2) )
Jean Jordaan asked the ZPT mailinglist about the following:
> Hi all
> How do I write this in a page template?
> I want to make the path ('/emss/...') dynamic, but this escapes the
> angle-brackets:
> <style type="text/css" tal:content="string:<!-- ... -->"/>
does this perhaps work ?
<style type="text/css" tal:content="structure:string:<!-- ... -->"/>
--
Geir Bækholt
More information about the ZPT
mailing list