Hi, is there any way to render a template that is a LaTeX document? I have tryed but getting a parse error if the parser finds something like:
\setkomavar{fromname}{{{=data.get('from_name')}}}
So I guess, web2py can't handle three curly brackets in a template. Is
there any way to avoid this?
Thanks for any help.

