The problem is not with the #parse command but rather that I cannot get the template to render if I use the #templateExists function call within the template.
Example: This generates a Page Parsing error:
#if (#templateExists("empty.htm"))
Empty template
#end
Here I am having a completely empty file (empty.htm) with nothing in it.
So the problem is with the call to templateExists.
Regards,
Prem
