lufi/templates/msg.html.ep

10 lines
293 B
Plaintext

% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
<div class="inner cover render">
% if (!defined($f) && defined($msg)) {
<div class="alert alert-warning"><%= $msg %></div>
% } else {
<h2><%= stash('f')->filename %></h2>
<div class="alert alert-info"><%= $msg %></div>
% }
</div>