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

%= dumper $c->current_route

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

%= $title


%= $modul

% end