I have a DTML method that is called from a document. I need to pass a value to it like a parameter would be passed to a function. <dtml-var some_method(param=value)> Thanks