%# /templates/uno/lobby.html.ep % layout 'default'; % title 'UNO Lobby'; <% content_for head => begin %> <% end %>

🃏 UNO Lobby

Draw 4, Skip, and Reverse your friends!

Start a New Game

Create UNO Game

Open Games

<% if (@$lobbies) { %> <% for my $game (@$lobbies) { %>
Host: <%= $game->{host_name} %> Created: <%= $game->{created_at} %>
<% } %> <% } else { %>
No active games found.
Be the first to say UNO!
<% } %>