% layout 'default', title => "Sme server 2 - webhosting";
% content_for 'module' => begin
% if (config->{debug} == 1) {
%= dumper $c->current_route
%= dumper $wh_datas
% }
% if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%}
<%= $title%>
% if ( stash 'modul' ) {
%= $c->render_to_string(inline => stash 'modul' );
% }
% if ($wh_datas->{trt} eq 'UPD') {
%= include 'partials/_wh_upd'
%} else {
%= include 'partials/_wh_list'
%}
%end