% layout 'default', title => 'Sme server 2 - Durep'; % content_for 'head_contrib' => begin %= stylesheet '/css/durep.css' %end % content_for 'module' => begin % if ($config->{debug} == 1) {

%= dumper $c->current_route

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