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