28 lines
511 B
Plaintext
Raw Normal View History

2025-04-15 16:30:33 +02:00
% layout 'AdminLTE', title => 'Sme server 2 - Initial';
% content_for 'module' => begin
% if (config->{debug} == 1) {
2025-04-15 16:30:33 +02:00
<p>
%= dumper $c->current_route
</p>
% }
2025-04-18 15:11:03 +02:00
<div class="card-body">
% if ( stash 'error' ) {
2025-04-15 16:30:33 +02:00
<br>
<div class="">
%= $c->render_to_string(inline => stash 'error')
</div>
% }
2025-04-15 16:30:33 +02:00
<h3><%= $title %> </h3>
2025-04-18 15:11:03 +02:00
<!-- <h3>template: initial.html.ep</h3> -->
<!-- <H1>Initial AdminLTE</H1> -->
%= $modul
2025-04-15 16:30:33 +02:00
</div>
% end