% if ($session{name}) {
Hi, <% $session{name} %>
% } else { Please enter your name and log in:
% }
<% $m->call_next(%ARGS) %>
So there.