Re: small question on templates

2007-07-17 Thread Russell Keith-Magee
On 7/18/07, rogerdpack <[EMAIL PROTECTED]> wrote: > > I know that django support "method lookup, then hash member lookup > then something" or what not, for template functions, but, my question > is can you call a function (like a method) and pass it arbitrary > parameters. {% function1 'a', 'b' %}

small question on templates

2007-07-17 Thread rogerdpack
I know that django support "method lookup, then hash member lookup then something" or what not, for template functions, but, my question is can you call a function (like a method) and pass it arbitrary parameters. {% function1 'a', 'b' %} type of thing. Sorry if this is very newbie. -roger --~-