my $template = Template::Empty->load(file =>'index.html'); $template->title = 'Now we have a page title'. $template->form->action = $ctx->uri; $template->form->username->value = $default_user->username; $template->messagebar = 'Your last record was updated'; print $template->as_string;