29 lines
497 B
Plaintext
Raw Permalink 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-15 16:30:33 +02:00
<div>
% 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>
<!-- <h3>template: initial.html.ep</h3> -->
<!-- <H1>Initial AdminLTE</H1> -->
<p>
%= $modul
</p>
2025-04-15 16:30:33 +02:00
</div>
% end