More cleanup and add card support

This commit is contained in:
John Crisp
2025-04-18 15:11:03 +02:00
parent 767cf3bc19
commit b42afb227a
69 changed files with 279 additions and 189 deletions

View File

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