2025-04-15 16:30:33 +02:00

10 lines
212 B
Plaintext

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