You can assign a default value to a variable with the DEFAULT attribute. For example, this will output "the devil gave me a taco" if the "who" variable is not set.
The <TMPL_VAR NAME=WHO DEFAULT=devil> gave me a taco.
Pero cuando lo utilizo en mi template me genera un error.
HTML::Template->new() : Syntax error in tag
No se qué puede ser. La idea es colocar un valor por defecto a la plantilla.