<%= if @current_user do %>
<% end %>
<.flash flash={@flash} kind={:info} />
<.flash flash={@flash} kind={:error} />
<.connection_status>
Re-establishing connection...
<%= if @current_user do %>
<%= live_render(@socket, LiveBeatsWeb.PlayerLive, id: "player", session: %{}, sticky: true) %>
<% end %>
<%= @inner_content %>