2025-04-18 15:11:03 +02:00

13 lines
226 B
Plaintext

% layout 'AdminLTE', title => 'Sme server 2 - Manual';
% content_for 'module' => begin
<div class="card-body">
<p>
<h1><%= $title %></h1>
</p>
%= $c->render_to_string( inline => stash 'modul' )
</div>
% end