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

Debug Info:

<%= dumper $c->current_route %>

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

<%= $title %>

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