#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1051217124', 'name' => 'bug/create/make-template.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Bookmarks are your friend', 'h1' => 'Template constructed' }); $output .= "\n\n
\nIf you bookmark filter('html') || $context->throw($context->error); $output .= $stash->get('url'); &$filter($output); }; $output .= "\">this link,\ngoing to the bookmark will bring up the enter bug page with the fields\ninitialized as you've requested.\n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });