Help for this page
sub index { my $self = shift; my $template = $self->load_tmpl('index.html'); return $template->output; }
$VAR1 = '<html> <head> ... </body> </html> ';