1 package SGN
::Controller
::Search
::Annotation
;
4 BEGIN{ extends
'Catalyst::Controller' }
7 sub annotation_search
: Path
('/search/annotation') CaptureArgs
(1) {
12 my $template = '/search/annotation/'.$page. '.mas';
15 template
=> $template,
19 unless $c->view('Mason')->component_exists( $template );