% layout 'default', title => "Sme server 2 - module"; % content_for 'module' => begin
% if ($config->{debug} == 1) {

%= dumper $c->current_route

% } % if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%}

<%=$title %>


%= $c->render_to_string( inline => stash 'modul' )
%end