Files
smeserver-manager-AdminLTE/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep

36 lines
699 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> -->
<br>
% if ( ! $c->is_logged_in ) {
<div>
<a href="login" ><i class="nav-icon bi bi-key"></i> Login</a>
</div>
<br>
% }
<div>
%= $modul
</div>
% end