2025-04-17 17:26:55 +02:00

32 lines
527 B
Plaintext

% layout 'AdminLTE', title => 'Sme server 2 - Review';
% content_for 'module' => begin
%#= include 'partials/_panel_card_top'
%#= include 'partials/_panel_card_header'
<div>
<h1> <%= $title %> </h1>
<!-- Header text -->
%= $modul
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $rvw_datas
</p>
% }
<br><br>
%= include 'partials/_rvw_content'
</div>
%#= include 'partials/_panel_card_footer'
%#= include 'partials/_panel_card_bottom'
% end