Copy / Paste : Do Stuff . . . .
<% my @messages = @{ stash('messages') // [] }; %>
<% for my $message ( @messages ) { %>
<% } %>
%# /templates/copy/copy.html.ep % layout 'default'; % title 'Copy / Paste'; <% content_for head => begin %> <% end %> <% if (stash('is_admin')) { %>
Please login to view this page.