28 lines
511 B
Plaintext
28 lines
511 B
Plaintext
% layout 'AdminLTE', title => 'Sme server 2 - Initial';
|
|
|
|
% content_for 'module' => begin
|
|
|
|
% if (config->{debug} == 1) {
|
|
<p>
|
|
%= dumper $c->current_route
|
|
</p>
|
|
% }
|
|
|
|
<div class="card-body">
|
|
|
|
% if ( stash 'error' ) {
|
|
<br>
|
|
<div class="">
|
|
%= $c->render_to_string(inline => stash 'error')
|
|
</div>
|
|
% }
|
|
|
|
<h3><%= $title %> </h3>
|
|
<!-- <h3>template: initial.html.ep</h3> -->
|
|
<!-- <H1>Initial AdminLTE</H1> -->
|
|
|
|
%= $modul
|
|
|
|
</div>
|
|
|
|
% end |