Say you have a form field <INPUT type=text name=firstname value=$firstname> normally when you print this with a print statement it interpolates to the value that was submitted by the browser. When I parse it with FastTemplate I am getting back the same text $firstname in the form field. What can I do to prevent this?