I have a variable whose value I want to process as a template. How can I do this? I tried [% PROCESS var %], but that looks for a block or file named var. (The value is an error message that needs some substitution performed on it for display.) thanks, Ronald