{: # comment :}

Descripción

Comentario, se elimina el bloque y no se muestra en la salida HTML.

Ejemplo

template.nhtml:

{: NES 1.0 ('file.pl') :}
<html>
  <head>
    <title>Nes sample/title>
  </head>
  <body>
    {: # esto es un comentario :}
  </body>
</html>

file.pl:
    
use Nes;

my $nes = Nes::Singleton->new('template.nhtml');

$nes->out();

Salida: