2025-04-19 01:39:57 +02:00

26 lines
378 B
Plaintext

% layout 'AdminLTE', title => 'Sme server 2 - Review';
% content_for 'module' => begin
<div class="card-body">
<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>
% end