1 package SGN
::Controller
::Ambikon
;
4 BEGIN { extends
'Catalyst::Controller' }
8 SGN::Controller::Ambikon - support for running the SGN app as an
15 Public path: /ambikon/theme_template
17 Serves a bare page with no content, suitable for use by Ambikon
18 theming postprocessors that consume the
19 L<Ambikon::IntegrationServer::Role::TemplateTheme> role.
23 sub theme_template
: Path
('/ambikon/theme_template') {
24 my ( $self, $c ) = @_;
25 $c->stash->{template
} = '/ambikon/theme_template.mas';