Comentarios
Los comentarios en los templates son cercados por asteriscos, y por
los delimitadores, así: {* este es un comentario *}.
Los comentarios en Smarty no son mostrados en la salida final del
template.
semejantes a <!-- HTML comments -->
Estos son usados para hacer notas internas dentro del template.
Comentarios
{* this multiline
comment is
not sent to browser
*}
{* include the header file here *}
{include file="header.tpl"}
{* Dev note: $includeFile is assigned foo.php script *}
{include file=$includeFile}
{include file=#includeFile#}
{* display dropdown lists *}