I am using the print web object action to print text from my project. How can I insert text in a variable into an existing html template? I have thought of putting a comment into the html file, and doing a text search and replace action starting after the comment, but that seems a bit extreme. Is there an easy way to insert text from a variable into html at runtime?

