CharmBoard/templates/index.html.ep

4 lines
154 B
Plaintext
Raw Normal View History

% layout 'default', title => 'CharmBoard';
2023-05-07 14:50:39 +00:00
% my $hpm = "you are not logged in";
% if ($self->session('is_auth')) {$hpm = "you're logged in!"};
<%= $hpm %>