% layout 'AdminLTE', title => 'Sme server 2 - Manual';

% content_for 'module' => begin

<div class="card-body">
    <p>
    <h1><%= $title %></h1>
    </p>
    %= $c->render_to_string( inline => stash 'modul' )
</div>

% end