> I would like to take some stuff out of my mail.tpl file, but not delete
> it.
>
> Is there a "comment" symbol ( like "//" in c++ ) I can use to comment
> the code out ?

You can use a conditional block that is always false, for instance:

.bb 1 = 0
code
code
code
.eb

  Eric