% layout 'default', title => "Sme server 2 - embedded";
% content_for 'module' => begin
  
    % if (config->{debug} == 1) {
      
        %= dumper $c->current_route
      
    % }
  % if ( stash 'error' ) {
    
      %= $c->render_to_string( inline => stash 'error' )
    
  % }
  
 Embedded - <%= $title %>
  If the legacy panel does not appear, then you may not be logged into the original Server manager.
You can log in by clicking here.
  % my $height = $c->stash('height') || '600px';
  % if ( $height !~ /px$/ ) { $height = $height . 'px'; }
  % # Add the height as a data attribute
  
 
% end