[Templates] How to insert tags in string

Swen Thuemmler Swen.Thuemmler@paderlinx.de
Mon, 14 Aug 2000 15:39:02 +0200 (MET DST)


On Mon, 14 Aug 2000, Jonas Liljegren wrote:

> I can't say 
> 
>  [% a = "How to insert [% things %]..." %]  


I think the following should work:

  [% a = "How to insert ${things}..." %]


Hope this helps.

--Swen