sub index { my $self = shift; my $template = $self->load_tmpl('index.html'); return $template->output; }