I have a form that submits information to a dtml method. The dtml method calls a python script: <dtml-call password> The python script returns a variable: return(msg) How do I display that variable, msg, in my zpt? Thanks.