[Bese-devel] TAL and verbatim HTML

Jan Rychter jan at rychter.com
Wed Oct 18 10:46:12 UTC 2006


Is there a way to insert a snippet of verbatim HTML into a TAL template?

I have a problem: I've inserted the following snippet into a TAL

<script src="http://hostname/scripthere.js" type="text/javascript">
</script>
<script type="text/javascript">
myvar = "myvalue";
var2 = "val2";
callScript();
</script>

... and it gets quietly dropped when the template is rendered. How do I
make it appear?

--J.



More information about the bese-devel mailing list