From: Brian G. <br...@qu...> - 2003-06-24 07:12:15
|
> #output file="some/file.txt" { > #eval $t using { "foo":"a", "bar":"b" } > } I really don't like this. Templates should be able to evaluate to two places: - the template output - variables in the context That's it. Not only is it a security risk to do otherwise, but its inviting all sorts of weird side effects. |