BeastBB/templates/main/Index.html.ep

5 lines
178 B
Plaintext
Raw Normal View History

2021-06-06 00:19:57 +02:00
<h1>Welcome to BeastBB <%= defined $user ? $user->Username : 'anonymous user' %>.</h1>
% if (!defined $user) {
<p><a href="/login">Login</a> <a href="/signup">Signup</a>
% }