14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
% layout 'AdminLTE', title => 'Sme server 2 - Support';
|
|
|
|
% content_for 'module' => begin
|
|
|
|
<div class="card-body">
|
|
<div>
|
|
< %= $title % >
|
|
</div>
|
|
<br>
|
|
<%= $modul %>
|
|
<br>
|
|
</div>
|
|
|
|
%end |